3.8. LanguageΒΆ

What languages people speak.

3.8.1. Language spoken at home English only (Females)ΒΆ

Selected Person Characteristics

Measure “Language spoken at home English only (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Lang_spoken_home_Eng_only_F'
    );

Measure “Language spoken at home English only (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Lang_spoken_home_Eng_only_F'
    );

Measure “Language spoken at home English only (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Lang_spoken_home_Eng_only_F',
      'denominator'
    );

Measure “Language spoken at home English only (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Lang_spoken_home_Eng_only_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.2. Language spoken at home English only (Males)ΒΆ

Selected Person Characteristics

Measure “Language spoken at home English only (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Lang_spoken_home_Eng_only_M'
    );

Measure “Language spoken at home English only (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Lang_spoken_home_Eng_only_M'
    );

Measure “Language spoken at home English only (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Lang_spoken_home_Eng_only_M',
      'denominator'
    );

Measure “Language spoken at home English only (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Lang_spoken_home_Eng_only_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.3. Language spoken at home English only (Persons)ΒΆ

Selected Person Characteristics

Measure “Language spoken at home English only (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Lang_spoken_home_Eng_only_P'
    );

Measure “Language spoken at home English only (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Lang_spoken_home_Eng_only_P'
    );

Measure “Language spoken at home English only (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Lang_spoken_home_Eng_only_P',
      'denominator'
    );

Measure “Language spoken at home English only (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Lang_spoken_home_Eng_only_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.4. Language spoken at home Other Language (Females)ΒΆ

Selected Person Characteristics

Measure “Language spoken at home Other Language (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Lang_spoken_home_Oth_Lang_F'
    );

Measure “Language spoken at home Other Language (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Lang_spoken_home_Oth_Lang_F'
    );

Measure “Language spoken at home Other Language (Females)” percent of “Total (Females)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Lang_spoken_home_Oth_Lang_F',
      'denominator'
    );

Measure “Language spoken at home Other Language (Females)” percent of “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Lang_spoken_home_Oth_Lang_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Females)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.5. Language spoken at home Other Language (Males)ΒΆ

Selected Person Characteristics

Measure “Language spoken at home Other Language (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Lang_spoken_home_Oth_Lang_M'
    );

Measure “Language spoken at home Other Language (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Lang_spoken_home_Oth_Lang_M'
    );

Measure “Language spoken at home Other Language (Males)” percent of “Total (Males)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Lang_spoken_home_Oth_Lang_M',
      'denominator'
    );

Measure “Language spoken at home Other Language (Males)” percent of “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Lang_spoken_home_Oth_Lang_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Males)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.6. Language spoken at home Other Language (Persons)ΒΆ

Selected Person Characteristics

Measure “Language spoken at home Other Language (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Lang_spoken_home_Oth_Lang_P'
    );

Measure “Language spoken at home Other Language (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Lang_spoken_home_Oth_Lang_P'
    );

Measure “Language spoken at home Other Language (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B01_Lang_spoken_home_Oth_Lang_P',
      'denominator'
    );

Measure “Language spoken at home Other Language (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B01_Lang_spoken_home_Oth_Lang_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7. Persons Total TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_Total'
    );

Measure “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_Total'
    );

Measure “Persons Total Total” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_Total',
      'denominator'
    );

Measure “Persons Total Total” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1. Females Total TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_Total'
    );

Measure “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_Total'
    );

Measure “Females Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_Total',
      'denominator'
    );

Measure “Females Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Females Total Total

3.8.7.1.1. Females Language and proficiency in English not stated TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Language and proficiency in English not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_Total'
    );

Measure “Females Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_Total'
    );

Measure “Females Language and proficiency in English not stated Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_Total',
      'denominator'
    );

Measure “Females Language and proficiency in English not stated Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.2. Females Language and proficiency in English not stated Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Language and proficiency in English not stated Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_1996_2000'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_1996_2000'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 1996-2000” percent of “Females Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_1996_2000',
      'denominator'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 1996-2000” percent of “Females Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.3. Females Language and proficiency in English not stated Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Language and proficiency in English not stated Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2001_2005'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2001_2005'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2001-2005” percent of “Females Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2001_2005',
      'denominator'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2001-2005” percent of “Females Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.4. Females Language and proficiency in English not stated Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Language and proficiency in English not stated Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2006'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2006'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2006” percent of “Females Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2006',
      'denominator'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2006” percent of “Females Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.5. Females Language and proficiency in English not stated Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Language and proficiency in English not stated Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2007'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2007'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2007” percent of “Females Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2007',
      'denominator'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2007” percent of “Females Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.6. Females Language and proficiency in English not stated Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Language and proficiency in English not stated Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2008'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2008'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2008” percent of “Females Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2008',
      'denominator'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2008” percent of “Females Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.7. Females Language and proficiency in English not stated Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Language and proficiency in English not stated Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2009'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2009'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2009” percent of “Females Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2009',
      'denominator'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2009” percent of “Females Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.8. Females Language and proficiency in English not stated Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Language and proficiency in English not stated Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2010'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2010'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2010” percent of “Females Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2010',
      'denominator'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2010” percent of “Females Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.9. Females Language and proficiency in English not stated Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Language and proficiency in English not stated Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2011'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2011'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2011” percent of “Females Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_2011',
      'denominator'
    );

Measure “Females Language and proficiency in English not stated Year of arrival 2011” percent of “Females Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.10. Females Language and proficiency in English not stated Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Language and proficiency in English not stated Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_bf1996'
    );

Measure “Females Language and proficiency in English not stated Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_bf1996'
    );

Measure “Females Language and proficiency in English not stated Year of arrival Before 1996” percent of “Females Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_bf1996',
      'denominator'
    );

Measure “Females Language and proficiency in English not stated Year of arrival Before 1996” percent of “Females Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.11. Females Language and proficiency in English not stated Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Language and proficiency in English not stated Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_arrival_ns'
    );

Measure “Females Language and proficiency in English not stated Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_arrival_ns'
    );

Measure “Females Language and proficiency in English not stated Year of arrival not stated” percent of “Females Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_L_prof_Eng_ns_arrival_ns',
      'denominator'
    );

Measure “Females Language and proficiency in English not stated Year of arrival not stated” percent of “Females Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_L_prof_Eng_ns_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.12. Females Speaks English only TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks English only Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_Tot'
    );

Measure “Females Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_Tot'
    );

Measure “Females Speaks English only Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_Tot',
      'denominator'
    );

Measure “Females Speaks English only Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.13. Females Speaks English only Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks English only Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_EO_1996_2000'
    );

Measure “Females Speaks English only Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_EO_1996_2000'
    );

Measure “Females Speaks English only Year of arrival 1996-2000” percent of “Females Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_EO_1996_2000',
      'denominator'
    );

Measure “Females Speaks English only Year of arrival 1996-2000” percent of “Females Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_EO_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.14. Females Speaks English only Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks English only Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_EO_2001_2005'
    );

Measure “Females Speaks English only Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_EO_2001_2005'
    );

Measure “Females Speaks English only Year of arrival 2001-2005” percent of “Females Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_EO_2001_2005',
      'denominator'
    );

Measure “Females Speaks English only Year of arrival 2001-2005” percent of “Females Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_EO_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.15. Females Speaks English only Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks English only Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_2006'
    );

Measure “Females Speaks English only Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_2006'
    );

Measure “Females Speaks English only Year of arrival 2006” percent of “Females Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_2006',
      'denominator'
    );

Measure “Females Speaks English only Year of arrival 2006” percent of “Females Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.16. Females Speaks English only Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks English only Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_2007'
    );

Measure “Females Speaks English only Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_2007'
    );

Measure “Females Speaks English only Year of arrival 2007” percent of “Females Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_2007',
      'denominator'
    );

Measure “Females Speaks English only Year of arrival 2007” percent of “Females Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.17. Females Speaks English only Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks English only Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_2008'
    );

Measure “Females Speaks English only Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_2008'
    );

Measure “Females Speaks English only Year of arrival 2008” percent of “Females Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_2008',
      'denominator'
    );

Measure “Females Speaks English only Year of arrival 2008” percent of “Females Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.18. Females Speaks English only Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks English only Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_2009'
    );

Measure “Females Speaks English only Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_2009'
    );

Measure “Females Speaks English only Year of arrival 2009” percent of “Females Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_2009',
      'denominator'
    );

Measure “Females Speaks English only Year of arrival 2009” percent of “Females Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.19. Females Speaks English only Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks English only Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_2010'
    );

Measure “Females Speaks English only Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_2010'
    );

Measure “Females Speaks English only Year of arrival 2010” percent of “Females Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_2010',
      'denominator'
    );

Measure “Females Speaks English only Year of arrival 2010” percent of “Females Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.20. Females Speaks English only Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks English only Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_2011'
    );

Measure “Females Speaks English only Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_2011'
    );

Measure “Females Speaks English only Year of arrival 2011” percent of “Females Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_E_2011',
      'denominator'
    );

Measure “Females Speaks English only Year of arrival 2011” percent of “Females Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_E_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.21. Females Speaks English only Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks English only Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_EO_bf1996'
    );

Measure “Females Speaks English only Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_EO_bf1996'
    );

Measure “Females Speaks English only Year of arrival Before 1996” percent of “Females Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_EO_bf1996',
      'denominator'
    );

Measure “Females Speaks English only Year of arrival Before 1996” percent of “Females Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_EO_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.22. Females Speaks English only Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks English only Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_EO_arrival_ns'
    );

Measure “Females Speaks English only Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_EO_arrival_ns'
    );

Measure “Females Speaks English only Year of arrival not stated” percent of “Females Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_EO_arrival_ns',
      'denominator'
    );

Measure “Females Speaks English only Year of arrival not stated” percent of “Females Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_EO_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.23. Females Speaks other language and speaks English Not well or not at all TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Not well or not at all Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_Total'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_Total'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_Total',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.24. Females Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_1996_2000'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_1996_2000'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000” percent of “Females Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_1996_2000',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000” percent of “Females Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.25. Females Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2001_2005'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2001_2005'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005” percent of “Females Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2001_2005',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005” percent of “Females Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.26. Females Speaks other language and speaks English Not well or not at all Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2006'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2006'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2006” percent of “Females Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2006',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2006” percent of “Females Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.27. Females Speaks other language and speaks English Not well or not at all Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2007'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2007'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2007” percent of “Females Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2007',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2007” percent of “Females Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.28. Females Speaks other language and speaks English Not well or not at all Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2008'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2008'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2008” percent of “Females Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2008',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2008” percent of “Females Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.29. Females Speaks other language and speaks English Not well or not at all Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2009'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2009'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2009” percent of “Females Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2009',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2009” percent of “Females Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.30. Females Speaks other language and speaks English Not well or not at all Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2010'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2010'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2010” percent of “Females Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2010',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2010” percent of “Females Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.31. Females Speaks other language and speaks English Not well or not at all Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2011'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2011'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2011” percent of “Females Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_2011',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival 2011” percent of “Females Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.32. Females Speaks other language and speaks English Not well or not at all Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_bf1996'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_bf1996'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival Before 1996” percent of “Females Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_bf1996',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival Before 1996” percent of “Females Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.33. Females Speaks other language and speaks English Not well or not at all Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_arrval_ns'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_arrval_ns'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival not stated” percent of “Females Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_NW_NA_arrval_ns',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Not well or not at all Year of arrival not stated” percent of “Females Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_NW_NA_arrval_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.34. Females Speaks other language and speaks English Proficiency in English not stated TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Proficiency in English not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_arvl_Total'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_arvl_Total'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_arvl_Total',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_arvl_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.35. Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_1996_2000'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_1996_2000'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_1996_2000',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.36. Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2001_2005'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2001_2005'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2001_2005',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.37. Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2006'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2006'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2006',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.38. Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2007'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2007'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2007',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.39. Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2008'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2008'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2008',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.40. Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2009'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2009'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2009',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.41. Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2010'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2010'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2010',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.42. Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2011'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2011'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_2011',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.43. Females Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_bf1996'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_bf1996'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_bf1996',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.44. Females Speaks other language and speaks English Proficiency in English not stated Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_arrival_ns'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_arrival_ns'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_PE_ns_arrival_ns',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated” percent of “Females Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_PE_ns_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.45. Females Speaks other language and speaks English Total TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_Total'
    );

Measure “Females Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_Total'
    );

Measure “Females Speaks other language and speaks English Total Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_Total',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Total Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.46. Females Speaks other language and speaks English Total Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Total Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_1996_2000'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_1996_2000'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 1996-2000” percent of “Females Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_1996_2000',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 1996-2000” percent of “Females Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.47. Females Speaks other language and speaks English Total Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Total Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2001_2005'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2001_2005'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2001-2005” percent of “Females Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2001_2005',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2001-2005” percent of “Females Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.48. Females Speaks other language and speaks English Total Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Total Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2006'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2006'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2006” percent of “Females Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2006',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2006” percent of “Females Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.49. Females Speaks other language and speaks English Total Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Total Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2007'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2007'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2007” percent of “Females Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2007',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2007” percent of “Females Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.50. Females Speaks other language and speaks English Total Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Total Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2008'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2008'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2008” percent of “Females Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2008',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2008” percent of “Females Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.51. Females Speaks other language and speaks English Total Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Total Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2009'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2009'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2009” percent of “Females Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2009',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2009” percent of “Females Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.52. Females Speaks other language and speaks English Total Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Total Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2010'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2010'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2010” percent of “Females Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2010',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2010” percent of “Females Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.53. Females Speaks other language and speaks English Total Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Total Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2011'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2011'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2011” percent of “Females Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_2011',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival 2011” percent of “Females Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.54. Females Speaks other language and speaks English Total Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Total Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_bf1996'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_bf1996'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival Before 1996” percent of “Females Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_bf1996',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival Before 1996” percent of “Females Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.55. Females Speaks other language and speaks English Total Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Total Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_arrival_ns'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_arrival_ns'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival not stated” percent of “Females Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_Tot_arrival_ns',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Total Year of arrival not stated” percent of “Females Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_Tot_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.56. Females Speaks other language and speaks English Very well or well TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Very well or well Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_Y_a_Total'
    );

Measure “Females Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_Y_a_Total'
    );

Measure “Females Speaks other language and speaks English Very well or well Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_Y_a_Total',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Very well or well Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_Y_a_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.57. Females Speaks other language and speaks English Very well or well Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_1996_2000'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_1996_2000'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 1996-2000” percent of “Females Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_1996_2000',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 1996-2000” percent of “Females Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.58. Females Speaks other language and speaks English Very well or well Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2001_2005'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2001_2005'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2001-2005” percent of “Females Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2001_2005',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2001-2005” percent of “Females Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.59. Females Speaks other language and speaks English Very well or well Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2006'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2006'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2006” percent of “Females Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2006',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2006” percent of “Females Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.60. Females Speaks other language and speaks English Very well or well Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2007'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2007'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2007” percent of “Females Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2007',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2007” percent of “Females Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.61. Females Speaks other language and speaks English Very well or well Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2008'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2008'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2008” percent of “Females Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2008',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2008” percent of “Females Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.62. Females Speaks other language and speaks English Very well or well Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2009'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2009'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2009” percent of “Females Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2009',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2009” percent of “Females Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.63. Females Speaks other language and speaks English Very well or well Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2010'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2010'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2010” percent of “Females Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2010',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2010” percent of “Females Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.64. Females Speaks other language and speaks English Very well or well Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2011'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2011'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2011” percent of “Females Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_2011',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival 2011” percent of “Females Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.65. Females Speaks other language and speaks English Very well or well Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Very well or well Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_V_wll_wll_Bf_1996'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_V_wll_wll_Bf_1996'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival Before 1996” percent of “Females Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_V_wll_wll_Bf_1996',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival Before 1996” percent of “Females Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_V_wll_wll_Bf_1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.66. Females Speaks other language and speaks English Very well or well Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Speaks other language and speaks English Very well or well Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_Y_a_ns'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_Y_a_ns'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival not stated” percent of “Females Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_SOL_SE_VW_W_Y_a_ns',
      'denominator'
    );

Measure “Females Speaks other language and speaks English Very well or well Year of arrival not stated” percent of “Females Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_SOL_SE_VW_W_Y_a_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.67. Females Total Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Total Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_1996_2000'
    );

Measure “Females Total Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_1996_2000'
    );

Measure “Females Total Year of arrival 1996-2000” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_1996_2000',
      'denominator'
    );

Measure “Females Total Year of arrival 1996-2000” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.68. Females Total Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Total Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2001_2005'
    );

Measure “Females Total Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2001_2005'
    );

Measure “Females Total Year of arrival 2001-2005” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2001_2005',
      'denominator'
    );

Measure “Females Total Year of arrival 2001-2005” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.69. Females Total Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Total Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2006'
    );

Measure “Females Total Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2006'
    );

Measure “Females Total Year of arrival 2006” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2006',
      'denominator'
    );

Measure “Females Total Year of arrival 2006” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.70. Females Total Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Total Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2007'
    );

Measure “Females Total Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2007'
    );

Measure “Females Total Year of arrival 2007” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2007',
      'denominator'
    );

Measure “Females Total Year of arrival 2007” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.71. Females Total Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Total Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2008'
    );

Measure “Females Total Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2008'
    );

Measure “Females Total Year of arrival 2008” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2008',
      'denominator'
    );

Measure “Females Total Year of arrival 2008” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.72. Females Total Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Total Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2009'
    );

Measure “Females Total Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2009'
    );

Measure “Females Total Year of arrival 2009” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2009',
      'denominator'
    );

Measure “Females Total Year of arrival 2009” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.73. Females Total Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Total Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2010'
    );

Measure “Females Total Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2010'
    );

Measure “Females Total Year of arrival 2010” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2010',
      'denominator'
    );

Measure “Females Total Year of arrival 2010” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.74. Females Total Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Total Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2011'
    );

Measure “Females Total Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2011'
    );

Measure “Females Total Year of arrival 2011” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_2011',
      'denominator'
    );

Measure “Females Total Year of arrival 2011” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.75. Females Total Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Total Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_bf1996'
    );

Measure “Females Total Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_bf1996'
    );

Measure “Females Total Year of arrival Before 1996” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_bf1996',
      'denominator'
    );

Measure “Females Total Year of arrival Before 1996” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.1.76. Females Total Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Females Total Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_Yr_arrival_not_stated'
    );

Measure “Females Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_Yr_arrival_not_stated'
    );

Measure “Females Total Year of arrival not stated” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_F_Tot_Yr_arrival_not_stated',
      'denominator'
    );

Measure “Females Total Year of arrival not stated” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_F_Tot_Yr_arrival_not_stated',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2. Males Total TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_Total'
    );

Measure “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_Total'
    );

Measure “Males Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_Total',
      'denominator'
    );

Measure “Males Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Males Total Total

3.8.7.2.1. Males Language and proficiency in English not stated TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Language and proficiency in English not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_Total'
    );

Measure “Males Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_Total'
    );

Measure “Males Language and proficiency in English not stated Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_Total',
      'denominator'
    );

Measure “Males Language and proficiency in English not stated Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.2. Males Language and proficiency in English not stated Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Language and proficiency in English not stated Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_1996_2000'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_1996_2000'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 1996-2000” percent of “Males Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_1996_2000',
      'denominator'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 1996-2000” percent of “Males Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.3. Males Language and proficiency in English not stated Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Language and proficiency in English not stated Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2001_2005'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2001_2005'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2001-2005” percent of “Males Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2001_2005',
      'denominator'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2001-2005” percent of “Males Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.4. Males Language and proficiency in English not stated Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Language and proficiency in English not stated Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2006'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2006'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2006” percent of “Males Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2006',
      'denominator'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2006” percent of “Males Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.5. Males Language and proficiency in English not stated Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Language and proficiency in English not stated Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2007'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2007'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2007” percent of “Males Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2007',
      'denominator'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2007” percent of “Males Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.6. Males Language and proficiency in English not stated Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Language and proficiency in English not stated Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2008'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2008'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2008” percent of “Males Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2008',
      'denominator'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2008” percent of “Males Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.7. Males Language and proficiency in English not stated Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Language and proficiency in English not stated Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2009'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2009'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2009” percent of “Males Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2009',
      'denominator'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2009” percent of “Males Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.8. Males Language and proficiency in English not stated Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Language and proficiency in English not stated Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2010'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2010'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2010” percent of “Males Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2010',
      'denominator'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2010” percent of “Males Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.9. Males Language and proficiency in English not stated Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Language and proficiency in English not stated Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2011'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2011'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2011” percent of “Males Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_2011',
      'denominator'
    );

Measure “Males Language and proficiency in English not stated Year of arrival 2011” percent of “Males Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.10. Males Language and proficiency in English not stated Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Language and proficiency in English not stated Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_bf1996'
    );

Measure “Males Language and proficiency in English not stated Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_bf1996'
    );

Measure “Males Language and proficiency in English not stated Year of arrival Before 1996” percent of “Males Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_bf1996',
      'denominator'
    );

Measure “Males Language and proficiency in English not stated Year of arrival Before 1996” percent of “Males Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.11. Males Language and proficiency in English not stated Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Language and proficiency in English not stated Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_arrival_ns'
    );

Measure “Males Language and proficiency in English not stated Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_arrival_ns'
    );

Measure “Males Language and proficiency in English not stated Year of arrival not stated” percent of “Males Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_L_prof_Eng_ns_arrival_ns',
      'denominator'
    );

Measure “Males Language and proficiency in English not stated Year of arrival not stated” percent of “Males Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_L_prof_Eng_ns_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.12. Males Speaks English only TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks English only Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_Tot'
    );

Measure “Males Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_Tot'
    );

Measure “Males Speaks English only Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_Tot',
      'denominator'
    );

Measure “Males Speaks English only Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.13. Males Speaks English only Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks English only Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_EO_1996_2000'
    );

Measure “Males Speaks English only Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_EO_1996_2000'
    );

Measure “Males Speaks English only Year of arrival 1996-2000” percent of “Males Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_EO_1996_2000',
      'denominator'
    );

Measure “Males Speaks English only Year of arrival 1996-2000” percent of “Males Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_EO_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.14. Males Speaks English only Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks English only Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_EO_2001_2005'
    );

Measure “Males Speaks English only Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_EO_2001_2005'
    );

Measure “Males Speaks English only Year of arrival 2001-2005” percent of “Males Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_EO_2001_2005',
      'denominator'
    );

Measure “Males Speaks English only Year of arrival 2001-2005” percent of “Males Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_EO_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.15. Males Speaks English only Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks English only Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_2006'
    );

Measure “Males Speaks English only Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_2006'
    );

Measure “Males Speaks English only Year of arrival 2006” percent of “Males Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_2006',
      'denominator'
    );

Measure “Males Speaks English only Year of arrival 2006” percent of “Males Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.16. Males Speaks English only Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks English only Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_2007'
    );

Measure “Males Speaks English only Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_2007'
    );

Measure “Males Speaks English only Year of arrival 2007” percent of “Males Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_2007',
      'denominator'
    );

Measure “Males Speaks English only Year of arrival 2007” percent of “Males Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.17. Males Speaks English only Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks English only Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_2008'
    );

Measure “Males Speaks English only Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_2008'
    );

Measure “Males Speaks English only Year of arrival 2008” percent of “Males Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_2008',
      'denominator'
    );

Measure “Males Speaks English only Year of arrival 2008” percent of “Males Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.18. Males Speaks English only Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks English only Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_2009'
    );

Measure “Males Speaks English only Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_2009'
    );

Measure “Males Speaks English only Year of arrival 2009” percent of “Males Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_2009',
      'denominator'
    );

Measure “Males Speaks English only Year of arrival 2009” percent of “Males Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.19. Males Speaks English only Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks English only Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_2010'
    );

Measure “Males Speaks English only Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_2010'
    );

Measure “Males Speaks English only Year of arrival 2010” percent of “Males Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_2010',
      'denominator'
    );

Measure “Males Speaks English only Year of arrival 2010” percent of “Males Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.20. Males Speaks English only Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks English only Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_2011'
    );

Measure “Males Speaks English only Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_2011'
    );

Measure “Males Speaks English only Year of arrival 2011” percent of “Males Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_E_2011',
      'denominator'
    );

Measure “Males Speaks English only Year of arrival 2011” percent of “Males Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_E_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.21. Males Speaks English only Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks English only Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_EO_bf1996'
    );

Measure “Males Speaks English only Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_EO_bf1996'
    );

Measure “Males Speaks English only Year of arrival Before 1996” percent of “Males Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_EO_bf1996',
      'denominator'
    );

Measure “Males Speaks English only Year of arrival Before 1996” percent of “Males Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_EO_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.22. Males Speaks English only Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks English only Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_EO_arrival_ns'
    );

Measure “Males Speaks English only Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_EO_arrival_ns'
    );

Measure “Males Speaks English only Year of arrival not stated” percent of “Males Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_EO_arrival_ns',
      'denominator'
    );

Measure “Males Speaks English only Year of arrival not stated” percent of “Males Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_EO_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.23. Males Speaks other language and speaks English Not well or not at all TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Not well or not at all Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_Total'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_Total'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_Total',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.24. Males Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_1996_2000'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_1996_2000'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000” percent of “Males Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_1996_2000',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000” percent of “Males Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.25. Males Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2001_2005'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2001_2005'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005” percent of “Males Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2001_2005',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005” percent of “Males Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.26. Males Speaks other language and speaks English Not well or not at all Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2006'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2006'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2006” percent of “Males Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2006',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2006” percent of “Males Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.27. Males Speaks other language and speaks English Not well or not at all Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2007'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2007'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2007” percent of “Males Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2007',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2007” percent of “Males Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.28. Males Speaks other language and speaks English Not well or not at all Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2008'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2008'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2008” percent of “Males Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2008',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2008” percent of “Males Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.29. Males Speaks other language and speaks English Not well or not at all Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2009'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2009'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2009” percent of “Males Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2009',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2009” percent of “Males Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.30. Males Speaks other language and speaks English Not well or not at all Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2010'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2010'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2010” percent of “Males Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2010',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2010” percent of “Males Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.31. Males Speaks other language and speaks English Not well or not at all Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2011'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2011'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2011” percent of “Males Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_2011',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival 2011” percent of “Males Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.32. Males Speaks other language and speaks English Not well or not at all Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_bf1996'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_bf1996'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival Before 1996” percent of “Males Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_bf1996',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival Before 1996” percent of “Males Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.33. Males Speaks other language and speaks English Not well or not at all Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_arrval_ns'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_arrval_ns'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival not stated” percent of “Males Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_NW_NA_arrval_ns',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Not well or not at all Year of arrival not stated” percent of “Males Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_NW_NA_arrval_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.34. Males Speaks other language and speaks English Proficiency in English not stated TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Proficiency in English not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_arvl_Total'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_arvl_Total'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_arvl_Total',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_arvl_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.35. Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_1996_2000'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_1996_2000'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_1996_2000',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.36. Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2001_2005'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2001_2005'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2001_2005',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.37. Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2006'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2006'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2006',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.38. Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2007'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2007'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2007',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.39. Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2008'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2008'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2008',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.40. Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2009'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2009'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2009',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.41. Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2010'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2010'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2010',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.42. Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2011'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2011'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_2011',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.43. Males Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_bf1996'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_bf1996'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_bf1996',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.44. Males Speaks other language and speaks English Proficiency in English not stated Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_arrival_ns'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_arrival_ns'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_PE_ns_arrival_ns',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated” percent of “Males Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_PE_ns_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.45. Males Speaks other language and speaks English Total TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_Total'
    );

Measure “Males Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_Total'
    );

Measure “Males Speaks other language and speaks English Total Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_Total',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Total Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.46. Males Speaks other language and speaks English Total Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Total Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_1996_2000'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_1996_2000'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 1996-2000” percent of “Males Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_1996_2000',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 1996-2000” percent of “Males Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.47. Males Speaks other language and speaks English Total Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Total Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2001_2005'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2001_2005'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2001-2005” percent of “Males Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2001_2005',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2001-2005” percent of “Males Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.48. Males Speaks other language and speaks English Total Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Total Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2006'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2006'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2006” percent of “Males Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2006',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2006” percent of “Males Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.49. Males Speaks other language and speaks English Total Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Total Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2007'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2007'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2007” percent of “Males Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2007',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2007” percent of “Males Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.50. Males Speaks other language and speaks English Total Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Total Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2008'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2008'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2008” percent of “Males Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2008',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2008” percent of “Males Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.51. Males Speaks other language and speaks English Total Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Total Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2009'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2009'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2009” percent of “Males Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2009',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2009” percent of “Males Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.52. Males Speaks other language and speaks English Total Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Total Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2010'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2010'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2010” percent of “Males Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2010',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2010” percent of “Males Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.53. Males Speaks other language and speaks English Total Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Total Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2011'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2011'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2011” percent of “Males Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_2011',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival 2011” percent of “Males Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.54. Males Speaks other language and speaks English Total Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Total Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_bf1996'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_bf1996'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival Before 1996” percent of “Males Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_bf1996',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival Before 1996” percent of “Males Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.55. Males Speaks other language and speaks English Total Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Total Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_arrival_ns'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_arrival_ns'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival not stated” percent of “Males Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_Tot_arrival_ns',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Total Year of arrival not stated” percent of “Males Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_Tot_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.56. Males Speaks other language and speaks English Very well or well TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Very well or well Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_Y_a_Total'
    );

Measure “Males Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_Y_a_Total'
    );

Measure “Males Speaks other language and speaks English Very well or well Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_Y_a_Total',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Very well or well Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_Y_a_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.57. Males Speaks other language and speaks English Very well or well Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_1996_2000'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_1996_2000'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 1996-2000” percent of “Males Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_1996_2000',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 1996-2000” percent of “Males Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.58. Males Speaks other language and speaks English Very well or well Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2001_2005'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2001_2005'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2001-2005” percent of “Males Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2001_2005',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2001-2005” percent of “Males Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.59. Males Speaks other language and speaks English Very well or well Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2006'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2006'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2006” percent of “Males Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2006',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2006” percent of “Males Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.60. Males Speaks other language and speaks English Very well or well Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2007'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2007'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2007” percent of “Males Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2007',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2007” percent of “Males Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.61. Males Speaks other language and speaks English Very well or well Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2008'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2008'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2008” percent of “Males Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2008',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2008” percent of “Males Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.62. Males Speaks other language and speaks English Very well or well Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2009'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2009'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2009” percent of “Males Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2009',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2009” percent of “Males Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.63. Males Speaks other language and speaks English Very well or well Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2010'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2010'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2010” percent of “Males Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2010',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2010” percent of “Males Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.64. Males Speaks other language and speaks English Very well or well Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2011'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2011'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2011” percent of “Males Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_2011',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival 2011” percent of “Males Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.65. Males Speaks other language and speaks English Very well or well Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Very well or well Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_V_wll_wll_Bf_1996'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_V_wll_wll_Bf_1996'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival Before 1996” percent of “Males Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_V_wll_wll_Bf_1996',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival Before 1996” percent of “Males Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_V_wll_wll_Bf_1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.66. Males Speaks other language and speaks English Very well or well Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Speaks other language and speaks English Very well or well Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_Y_a_ns'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_Y_a_ns'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival not stated” percent of “Males Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_SOL_SE_VW_W_Y_a_ns',
      'denominator'
    );

Measure “Males Speaks other language and speaks English Very well or well Year of arrival not stated” percent of “Males Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_SOL_SE_VW_W_Y_a_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.67. Males Total Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Total Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_1996_2000'
    );

Measure “Males Total Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_1996_2000'
    );

Measure “Males Total Year of arrival 1996-2000” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_1996_2000',
      'denominator'
    );

Measure “Males Total Year of arrival 1996-2000” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.68. Males Total Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Total Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2001_2005'
    );

Measure “Males Total Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2001_2005'
    );

Measure “Males Total Year of arrival 2001-2005” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2001_2005',
      'denominator'
    );

Measure “Males Total Year of arrival 2001-2005” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.69. Males Total Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Total Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2006'
    );

Measure “Males Total Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2006'
    );

Measure “Males Total Year of arrival 2006” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2006',
      'denominator'
    );

Measure “Males Total Year of arrival 2006” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.70. Males Total Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Total Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2007'
    );

Measure “Males Total Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2007'
    );

Measure “Males Total Year of arrival 2007” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2007',
      'denominator'
    );

Measure “Males Total Year of arrival 2007” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.71. Males Total Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Total Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2008'
    );

Measure “Males Total Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2008'
    );

Measure “Males Total Year of arrival 2008” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2008',
      'denominator'
    );

Measure “Males Total Year of arrival 2008” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.72. Males Total Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Total Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2009'
    );

Measure “Males Total Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2009'
    );

Measure “Males Total Year of arrival 2009” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2009',
      'denominator'
    );

Measure “Males Total Year of arrival 2009” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.73. Males Total Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Total Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2010'
    );

Measure “Males Total Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2010'
    );

Measure “Males Total Year of arrival 2010” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2010',
      'denominator'
    );

Measure “Males Total Year of arrival 2010” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.74. Males Total Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Total Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2011'
    );

Measure “Males Total Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2011'
    );

Measure “Males Total Year of arrival 2011” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_2011',
      'denominator'
    );

Measure “Males Total Year of arrival 2011” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.75. Males Total Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Total Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_bf1996'
    );

Measure “Males Total Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_bf1996'
    );

Measure “Males Total Year of arrival Before 1996” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_bf1996',
      'denominator'
    );

Measure “Males Total Year of arrival Before 1996” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.2.76. Males Total Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Males Total Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_Yr_arrival_not_stated'
    );

Measure “Males Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_Yr_arrival_not_stated'
    );

Measure “Males Total Year of arrival not stated” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_M_Tot_Yr_arrival_not_stated',
      'denominator'
    );

Measure “Males Total Year of arrival not stated” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_M_Tot_Yr_arrival_not_stated',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.3. Persons Language and proficiency in English not stated TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Language and proficiency in English not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_Total'
    );

Measure “Persons Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_Total'
    );

Measure “Persons Language and proficiency in English not stated Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_Total',
      'denominator'
    );

Measure “Persons Language and proficiency in English not stated Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.3.1. Persons Language and proficiency in English not stated Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Language and proficiency in English not stated Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_1996_2000'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_1996_2000'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 1996-2000” percent of “Persons Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_1996_2000',
      'denominator'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 1996-2000” percent of “Persons Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.3.2. Persons Language and proficiency in English not stated Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Language and proficiency in English not stated Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2001_2005'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2001_2005'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2001-2005” percent of “Persons Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2001_2005',
      'denominator'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2001-2005” percent of “Persons Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.3.3. Persons Language and proficiency in English not stated Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Language and proficiency in English not stated Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2006'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2006'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2006” percent of “Persons Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2006',
      'denominator'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2006” percent of “Persons Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.3.4. Persons Language and proficiency in English not stated Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Language and proficiency in English not stated Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2007'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2007'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2007” percent of “Persons Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2007',
      'denominator'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2007” percent of “Persons Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.3.5. Persons Language and proficiency in English not stated Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Language and proficiency in English not stated Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2008'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2008'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2008” percent of “Persons Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2008',
      'denominator'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2008” percent of “Persons Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.3.6. Persons Language and proficiency in English not stated Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Language and proficiency in English not stated Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2009'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2009'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2009” percent of “Persons Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2009',
      'denominator'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2009” percent of “Persons Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.3.7. Persons Language and proficiency in English not stated Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Language and proficiency in English not stated Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2010'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2010'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2010” percent of “Persons Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2010',
      'denominator'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2010” percent of “Persons Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.3.8. Persons Language and proficiency in English not stated Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Language and proficiency in English not stated Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2011'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2011'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2011” percent of “Persons Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_2011',
      'denominator'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival 2011” percent of “Persons Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.3.9. Persons Language and proficiency in English not stated Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Language and proficiency in English not stated Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_bf1996'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_bf1996'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival Before 1996” percent of “Persons Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_bf1996',
      'denominator'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival Before 1996” percent of “Persons Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.3.10. Persons Language and proficiency in English not stated Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Language and proficiency in English not stated Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_arrival_ns'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_arrival_ns'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival not stated” percent of “Persons Language and proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_L_prof_Eng_ns_arrival_ns',
      'denominator'
    );

Measure “Persons Language and proficiency in English not stated Year of arrival not stated” percent of “Persons Language and proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_L_prof_Eng_ns_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Language and proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.4. Persons Speaks English only TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks English only Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_Tot'
    );

Measure “Persons Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_Tot'
    );

Measure “Persons Speaks English only Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_Tot',
      'denominator'
    );

Measure “Persons Speaks English only Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.4.1. Persons Speaks English only Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks English only Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_1996_2000'
    );

Measure “Persons Speaks English only Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_1996_2000'
    );

Measure “Persons Speaks English only Year of arrival 1996-2000” percent of “Persons Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_1996_2000',
      'denominator'
    );

Measure “Persons Speaks English only Year of arrival 1996-2000” percent of “Persons Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.4.2. Persons Speaks English only Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks English only Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2001_2005'
    );

Measure “Persons Speaks English only Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2001_2005'
    );

Measure “Persons Speaks English only Year of arrival 2001-2005” percent of “Persons Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2001_2005',
      'denominator'
    );

Measure “Persons Speaks English only Year of arrival 2001-2005” percent of “Persons Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.4.3. Persons Speaks English only Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks English only Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2006'
    );

Measure “Persons Speaks English only Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2006'
    );

Measure “Persons Speaks English only Year of arrival 2006” percent of “Persons Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2006',
      'denominator'
    );

Measure “Persons Speaks English only Year of arrival 2006” percent of “Persons Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.4.4. Persons Speaks English only Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks English only Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2007'
    );

Measure “Persons Speaks English only Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2007'
    );

Measure “Persons Speaks English only Year of arrival 2007” percent of “Persons Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2007',
      'denominator'
    );

Measure “Persons Speaks English only Year of arrival 2007” percent of “Persons Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.4.5. Persons Speaks English only Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks English only Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2008'
    );

Measure “Persons Speaks English only Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2008'
    );

Measure “Persons Speaks English only Year of arrival 2008” percent of “Persons Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2008',
      'denominator'
    );

Measure “Persons Speaks English only Year of arrival 2008” percent of “Persons Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.4.6. Persons Speaks English only Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks English only Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2009'
    );

Measure “Persons Speaks English only Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2009'
    );

Measure “Persons Speaks English only Year of arrival 2009” percent of “Persons Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2009',
      'denominator'
    );

Measure “Persons Speaks English only Year of arrival 2009” percent of “Persons Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.4.7. Persons Speaks English only Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks English only Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2010'
    );

Measure “Persons Speaks English only Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2010'
    );

Measure “Persons Speaks English only Year of arrival 2010” percent of “Persons Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2010',
      'denominator'
    );

Measure “Persons Speaks English only Year of arrival 2010” percent of “Persons Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.4.8. Persons Speaks English only Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks English only Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2011'
    );

Measure “Persons Speaks English only Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2011'
    );

Measure “Persons Speaks English only Year of arrival 2011” percent of “Persons Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_2011',
      'denominator'
    );

Measure “Persons Speaks English only Year of arrival 2011” percent of “Persons Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.4.9. Persons Speaks English only Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks English only Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_bf1996'
    );

Measure “Persons Speaks English only Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_bf1996'
    );

Measure “Persons Speaks English only Year of arrival Before 1996” percent of “Persons Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_bf1996',
      'denominator'
    );

Measure “Persons Speaks English only Year of arrival Before 1996” percent of “Persons Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.4.10. Persons Speaks English only Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks English only Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_arrival_ns'
    );

Measure “Persons Speaks English only Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_arrival_ns'
    );

Measure “Persons Speaks English only Year of arrival not stated” percent of “Persons Speaks English only Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_EO_arrival_ns',
      'denominator'
    );

Measure “Persons Speaks English only Year of arrival not stated” percent of “Persons Speaks English only Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_EO_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks English only Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.5. Persons Speaks other language and speaks English Not well or not at all TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Not well or not at all Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_Total'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_Total'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_Total',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.5.1. Persons Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_1996_2000'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_1996_2000'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000” percent of “Persons Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_1996_2000',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 1996-2000” percent of “Persons Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.5.2. Persons Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2001_2005'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2001_2005'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005” percent of “Persons Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2001_2005',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2001-2005” percent of “Persons Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.5.3. Persons Speaks other language and speaks English Not well or not at all Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2006'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2006'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2006” percent of “Persons Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2006',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2006” percent of “Persons Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.5.4. Persons Speaks other language and speaks English Not well or not at all Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2007'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2007'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2007” percent of “Persons Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2007',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2007” percent of “Persons Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.5.5. Persons Speaks other language and speaks English Not well or not at all Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2008'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2008'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2008” percent of “Persons Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2008',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2008” percent of “Persons Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.5.6. Persons Speaks other language and speaks English Not well or not at all Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2009'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2009'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2009” percent of “Persons Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2009',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2009” percent of “Persons Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.5.7. Persons Speaks other language and speaks English Not well or not at all Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2010'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2010'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2010” percent of “Persons Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2010',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2010” percent of “Persons Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.5.8. Persons Speaks other language and speaks English Not well or not at all Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2011'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2011'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2011” percent of “Persons Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_2011',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival 2011” percent of “Persons Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.5.9. Persons Speaks other language and speaks English Not well or not at all Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_bf1996'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_bf1996'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival Before 1996” percent of “Persons Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_bf1996',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival Before 1996” percent of “Persons Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.5.10. Persons Speaks other language and speaks English Not well or not at all Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_arrval_ns'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_arrval_ns'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival not stated” percent of “Persons Speaks other language and speaks English Not well or not at all Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_NW_NA_arrval_ns',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Not well or not at all Year of arrival not stated” percent of “Persons Speaks other language and speaks English Not well or not at all Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_NW_NA_arrval_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Not well or not at all Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.6. Persons Speaks other language and speaks English Proficiency in English not stated TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_arvl_Total'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_arvl_Total'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_arvl_Total',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_arvl_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.6.1. Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_1996_2000'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_1996_2000'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_1996_2000',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 1996-2000” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.6.2. Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2001_2005'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2001_2005'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2001_2005',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2001-2005” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.6.3. Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2006'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2006'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2006',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2006” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.6.4. Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2007'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2007'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2007',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2007” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.6.5. Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2008'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2008'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2008',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2008” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.6.6. Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2009'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2009'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2009',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2009” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.6.7. Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2010'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2010'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2010',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2010” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.6.8. Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2011'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2011'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_2011',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival 2011” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.6.9. Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_bf1996'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_bf1996'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_bf1996',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival Before 1996” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.6.10. Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_arrival_ns'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_arrival_ns'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_PE_ns_arrival_ns',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Proficiency in English not stated Year of arrival not stated” percent of “Persons Speaks other language and speaks English Proficiency in English not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_PE_ns_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Proficiency in English not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.7. Persons Speaks other language and speaks English Total TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_Total'
    );

Measure “Persons Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_Total'
    );

Measure “Persons Speaks other language and speaks English Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_Total',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.7.1. Persons Speaks other language and speaks English Total Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Total Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_Tot_1996_2000'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_Tot_1996_2000'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 1996-2000” percent of “Persons Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_Tot_1996_2000',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 1996-2000” percent of “Persons Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_Tot_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.7.2. Persons Speaks other language and speaks English Total Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Total Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2001_2005'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2001_2005'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2001-2005” percent of “Persons Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2001_2005',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2001-2005” percent of “Persons Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.7.3. Persons Speaks other language and speaks English Total Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Total Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2006'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2006'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2006” percent of “Persons Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2006',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2006” percent of “Persons Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.7.4. Persons Speaks other language and speaks English Total Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Total Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2007'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2007'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2007” percent of “Persons Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2007',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2007” percent of “Persons Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.7.5. Persons Speaks other language and speaks English Total Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Total Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2008'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2008'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2008” percent of “Persons Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2008',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2008” percent of “Persons Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.7.6. Persons Speaks other language and speaks English Total Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Total Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2009'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2009'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2009” percent of “Persons Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2009',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2009” percent of “Persons Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.7.7. Persons Speaks other language and speaks English Total Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Total Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2010'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2010'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2010” percent of “Persons Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2010',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2010” percent of “Persons Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.7.8. Persons Speaks other language and speaks English Total Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Total Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2011'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2011'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2011” percent of “Persons Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_2011',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival 2011” percent of “Persons Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.7.9. Persons Speaks other language and speaks English Total Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Total Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_Tot_bf1996'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_Tot_bf1996'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival Before 1996” percent of “Persons Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_Tot_bf1996',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival Before 1996” percent of “Persons Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_Tot_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.7.10. Persons Speaks other language and speaks English Total Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Total Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_arrival_ns'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_arrival_ns'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival not stated” percent of “Persons Speaks other language and speaks English Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_SOL_SE_Tot_arrival_ns',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Total Year of arrival not stated” percent of “Persons Speaks other language and speaks English Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_SOL_SE_Tot_arrival_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.8. Persons Speaks other language and speaks English Very well or well TotalΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Very well or well Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_Y_a_Total'
    );

Measure “Persons Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_Y_a_Total'
    );

Measure “Persons Speaks other language and speaks English Very well or well Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_Y_a_Total',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Very well or well Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_Y_a_Total',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.8.1. Persons Speaks other language and speaks English Very well or well Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_1996_2000'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_1996_2000'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 1996-2000” percent of “Persons Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_1996_2000',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 1996-2000” percent of “Persons Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.8.2. Persons Speaks other language and speaks English Very well or well Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2001_2005'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2001_2005'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2001-2005” percent of “Persons Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2001_2005',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2001-2005” percent of “Persons Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.8.3. Persons Speaks other language and speaks English Very well or well Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2006'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2006'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2006” percent of “Persons Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2006',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2006” percent of “Persons Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.8.4. Persons Speaks other language and speaks English Very well or well Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2007'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2007'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2007” percent of “Persons Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2007',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2007” percent of “Persons Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.8.5. Persons Speaks other language and speaks English Very well or well Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2008'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2008'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2008” percent of “Persons Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2008',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2008” percent of “Persons Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.8.6. Persons Speaks other language and speaks English Very well or well Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2009'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2009'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2009” percent of “Persons Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2009',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2009” percent of “Persons Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.8.7. Persons Speaks other language and speaks English Very well or well Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2010'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2010'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2010” percent of “Persons Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2010',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2010” percent of “Persons Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.8.8. Persons Speaks other language and speaks English Very well or well Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2011'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2011'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2011” percent of “Persons Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_2011',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival 2011” percent of “Persons Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.8.9. Persons Speaks other language and speaks English Very well or well Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_V_wll_wll_Bf_1996'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_V_wll_wll_Bf_1996'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival Before 1996” percent of “Persons Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_V_wll_wll_Bf_1996',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival Before 1996” percent of “Persons Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_V_wll_wll_Bf_1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.8.10. Persons Speaks other language and speaks English Very well or well Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_Y_a_ns'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_Y_a_ns'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival not stated” percent of “Persons Speaks other language and speaks English Very well or well Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11A_P_SOL_SE_VW_W_Y_a_ns',
      'denominator'
    );

Measure “Persons Speaks other language and speaks English Very well or well Year of arrival not stated” percent of “Persons Speaks other language and speaks English Very well or well Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11A_P_SOL_SE_VW_W_Y_a_ns',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Speaks other language and speaks English Very well or well Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.9. Persons Total Year of arrival 1996-2000ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Total Year of arrival 1996-2000” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_1996_2000'
    );

Measure “Persons Total Year of arrival 1996-2000” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_1996_2000'
    );

Measure “Persons Total Year of arrival 1996-2000” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_1996_2000',
      'denominator'
    );

Measure “Persons Total Year of arrival 1996-2000” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_1996_2000',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.10. Persons Total Year of arrival 2001-2005ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Total Year of arrival 2001-2005” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2001_2005'
    );

Measure “Persons Total Year of arrival 2001-2005” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2001_2005'
    );

Measure “Persons Total Year of arrival 2001-2005” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2001_2005',
      'denominator'
    );

Measure “Persons Total Year of arrival 2001-2005” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2001_2005',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.11. Persons Total Year of arrival 2006ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Total Year of arrival 2006” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2006'
    );

Measure “Persons Total Year of arrival 2006” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2006'
    );

Measure “Persons Total Year of arrival 2006” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2006',
      'denominator'
    );

Measure “Persons Total Year of arrival 2006” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2006',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.12. Persons Total Year of arrival 2007ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Total Year of arrival 2007” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2007'
    );

Measure “Persons Total Year of arrival 2007” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2007'
    );

Measure “Persons Total Year of arrival 2007” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2007',
      'denominator'
    );

Measure “Persons Total Year of arrival 2007” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2007',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.13. Persons Total Year of arrival 2008ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Total Year of arrival 2008” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2008'
    );

Measure “Persons Total Year of arrival 2008” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2008'
    );

Measure “Persons Total Year of arrival 2008” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2008',
      'denominator'
    );

Measure “Persons Total Year of arrival 2008” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2008',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.14. Persons Total Year of arrival 2009ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Total Year of arrival 2009” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2009'
    );

Measure “Persons Total Year of arrival 2009” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2009'
    );

Measure “Persons Total Year of arrival 2009” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2009',
      'denominator'
    );

Measure “Persons Total Year of arrival 2009” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2009',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.15. Persons Total Year of arrival 2010ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Total Year of arrival 2010” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2010'
    );

Measure “Persons Total Year of arrival 2010” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2010'
    );

Measure “Persons Total Year of arrival 2010” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2010',
      'denominator'
    );

Measure “Persons Total Year of arrival 2010” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2010',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.16. Persons Total Year of arrival 2011ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Total Year of arrival 2011” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2011'
    );

Measure “Persons Total Year of arrival 2011” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2011'
    );

Measure “Persons Total Year of arrival 2011” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_2011',
      'denominator'
    );

Measure “Persons Total Year of arrival 2011” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_2011',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.17. Persons Total Year of arrival Before 1996ΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Total Year of arrival Before 1996” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_bf1996'
    );

Measure “Persons Total Year of arrival Before 1996” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_bf1996'
    );

Measure “Persons Total Year of arrival Before 1996” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_bf1996',
      'denominator'
    );

Measure “Persons Total Year of arrival Before 1996” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_bf1996',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.7.18. Persons Total Year of arrival not statedΒΆ

Proficiency in Spoken English/Language by Year of Arrival in Australia

Measure “Persons Total Year of arrival not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_Yr_arrival_not_stated'
    );

Measure “Persons Total Year of arrival not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_Yr_arrival_not_stated'
    );

Measure “Persons Total Year of arrival not stated” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B11B_P_Tot_Yr_arrival_not_stated',
      'denominator'
    );

Measure “Persons Total Year of arrival not stated” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B11B_P_Tot_Yr_arrival_not_stated',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8. Total (Persons)ΒΆ

Language Spoken at Home

Measure “Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_Total_P'
    );

Measure “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_Total_P'
    );

Measure “Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_Total_P',
      'denominator'
    );

Measure “Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_Total_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.1. Language spoken at home not stated (Persons)ΒΆ

Language Spoken at Home

Measure “Language spoken at home not stated (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_Language_spoken_home_ns_P'
    );

Measure “Language spoken at home not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_Language_spoken_home_ns_P'
    );

Measure “Language spoken at home not stated (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_Language_spoken_home_ns_P',
      'denominator'
    );

Measure “Language spoken at home not stated (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_Language_spoken_home_ns_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Language spoken at home not stated (Persons)

3.8.8.1.1. Language spoken at home not stated (Females)ΒΆ

Language Spoken at Home

Measure “Language spoken at home not stated (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_Language_spoken_home_ns_F'
    );

Measure “Language spoken at home not stated (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_Language_spoken_home_ns_F'
    );

Measure “Language spoken at home not stated (Females)” percent of “Language spoken at home not stated (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_Language_spoken_home_ns_F',
      'denominator'
    );

Measure “Language spoken at home not stated (Females)” percent of “Language spoken at home not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_Language_spoken_home_ns_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Language spoken at home not stated (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.1.2. Language spoken at home not stated (Males)ΒΆ

Language Spoken at Home

Measure “Language spoken at home not stated (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_Language_spoken_home_ns_M'
    );

Measure “Language spoken at home not stated (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_Language_spoken_home_ns_M'
    );

Measure “Language spoken at home not stated (Males)” percent of “Language spoken at home not stated (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_Language_spoken_home_ns_M',
      'denominator'
    );

Measure “Language spoken at home not stated (Males)” percent of “Language spoken at home not stated (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_Language_spoken_home_ns_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Language spoken at home not stated (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2. Speaks other language Total (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Tot_P'
    );

Measure “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Tot_P'
    );

Measure “Speaks other language Total (Persons)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Tot_P',
      'denominator'
    );

Measure “Speaks other language Total (Persons)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Tot_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Speaks other language Total (Persons)

3.8.8.2.1. Speaks English only (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks English only (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SEO_Persons'
    );

Measure “Speaks English only (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SEO_Persons'
    );

Measure “Speaks English only (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SEO_Persons',
      'denominator'
    );

Measure “Speaks English only (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SEO_Persons',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.2. Speaks English only (Females)ΒΆ

Language Spoken at Home

Measure “Speaks English only (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SEO_Females'
    );

Measure “Speaks English only (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SEO_Females'
    );

Measure “Speaks English only (Females)” percent of “Speaks English only (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SEO_Females',
      'denominator'
    );

Measure “Speaks English only (Females)” percent of “Speaks English only (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SEO_Females',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks English only (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.3. Speaks English only (Males)ΒΆ

Language Spoken at Home

Measure “Speaks English only (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SEO_Males'
    );

Measure “Speaks English only (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SEO_Males'
    );

Measure “Speaks English only (Males)” percent of “Speaks English only (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SEO_Males',
      'denominator'
    );

Measure “Speaks English only (Males)” percent of “Speaks English only (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SEO_Males',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks English only (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.4. Speaks other language Arabic (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Arabic (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Arabic_P'
    );

Measure “Speaks other language Arabic (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Arabic_P'
    );

Measure “Speaks other language Arabic (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Arabic_P',
      'denominator'
    );

Measure “Speaks other language Arabic (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Arabic_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.5. Speaks other language Arabic (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Arabic (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Arabic_F'
    );

Measure “Speaks other language Arabic (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Arabic_F'
    );

Measure “Speaks other language Arabic (Females)” percent of “Speaks other language Arabic (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Arabic_F',
      'denominator'
    );

Measure “Speaks other language Arabic (Females)” percent of “Speaks other language Arabic (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Arabic_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Arabic (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.6. Speaks other language Arabic (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Arabic (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Arabic_M'
    );

Measure “Speaks other language Arabic (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Arabic_M'
    );

Measure “Speaks other language Arabic (Males)” percent of “Speaks other language Arabic (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Arabic_M',
      'denominator'
    );

Measure “Speaks other language Arabic (Males)” percent of “Speaks other language Arabic (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Arabic_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Arabic (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.7. Speaks other language Assyrian (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Assyrian (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Assyrian_P'
    );

Measure “Speaks other language Assyrian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Assyrian_P'
    );

Measure “Speaks other language Assyrian (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Assyrian_P',
      'denominator'
    );

Measure “Speaks other language Assyrian (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Assyrian_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.8. Speaks other language Assyrian (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Assyrian (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Assyrian_F'
    );

Measure “Speaks other language Assyrian (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Assyrian_F'
    );

Measure “Speaks other language Assyrian (Females)” percent of “Speaks other language Assyrian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Assyrian_F',
      'denominator'
    );

Measure “Speaks other language Assyrian (Females)” percent of “Speaks other language Assyrian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Assyrian_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Assyrian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.9. Speaks other language Assyrian (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Assyrian (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Assyrian_M'
    );

Measure “Speaks other language Assyrian (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Assyrian_M'
    );

Measure “Speaks other language Assyrian (Males)” percent of “Speaks other language Assyrian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Assyrian_M',
      'denominator'
    );

Measure “Speaks other language Assyrian (Males)” percent of “Speaks other language Assyrian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Assyrian_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Assyrian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.10. Speaks other language Australian Indigenous Languages (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Australian Indigenous Languages (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Aus_Indig_Lang_P'
    );

Measure “Speaks other language Australian Indigenous Languages (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Aus_Indig_Lang_P'
    );

Measure “Speaks other language Australian Indigenous Languages (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Aus_Indig_Lang_P',
      'denominator'
    );

Measure “Speaks other language Australian Indigenous Languages (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Aus_Indig_Lang_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.11. Speaks other language Australian Indigenous Languages (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Australian Indigenous Languages (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Aus_Indig_Lang_F'
    );

Measure “Speaks other language Australian Indigenous Languages (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Aus_Indig_Lang_F'
    );

Measure “Speaks other language Australian Indigenous Languages (Females)” percent of “Speaks other language Australian Indigenous Languages (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Aus_Indig_Lang_F',
      'denominator'
    );

Measure “Speaks other language Australian Indigenous Languages (Females)” percent of “Speaks other language Australian Indigenous Languages (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Aus_Indig_Lang_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Australian Indigenous Languages (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.12. Speaks other language Australian Indigenous Languages (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Australian Indigenous Languages (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Aus_Indig_Lang_M'
    );

Measure “Speaks other language Australian Indigenous Languages (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Aus_Indig_Lang_M'
    );

Measure “Speaks other language Australian Indigenous Languages (Males)” percent of “Speaks other language Australian Indigenous Languages (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Aus_Indig_Lang_M',
      'denominator'
    );

Measure “Speaks other language Australian Indigenous Languages (Males)” percent of “Speaks other language Australian Indigenous Languages (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Aus_Indig_Lang_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Australian Indigenous Languages (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.13. Speaks other language Chinese languages Cantonese (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Chinese languages Cantonese (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Cant_P'
    );

Measure “Speaks other language Chinese languages Cantonese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Cant_P'
    );

Measure “Speaks other language Chinese languages Cantonese (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Cant_P',
      'denominator'
    );

Measure “Speaks other language Chinese languages Cantonese (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Cant_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.14. Speaks other language Chinese languages Cantonese (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Chinese languages Cantonese (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Cant_F'
    );

Measure “Speaks other language Chinese languages Cantonese (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Cant_F'
    );

Measure “Speaks other language Chinese languages Cantonese (Females)” percent of “Speaks other language Chinese languages Cantonese (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Cant_F',
      'denominator'
    );

Measure “Speaks other language Chinese languages Cantonese (Females)” percent of “Speaks other language Chinese languages Cantonese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Cant_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Chinese languages Cantonese (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.15. Speaks other language Chinese languages Cantonese (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Chinese languages Cantonese (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Cant_M'
    );

Measure “Speaks other language Chinese languages Cantonese (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Cant_M'
    );

Measure “Speaks other language Chinese languages Cantonese (Males)” percent of “Speaks other language Chinese languages Cantonese (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Cant_M',
      'denominator'
    );

Measure “Speaks other language Chinese languages Cantonese (Males)” percent of “Speaks other language Chinese languages Cantonese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Cant_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Chinese languages Cantonese (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.16. Speaks other language Chinese languages Mandarin (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Chinese languages Mandarin (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Mand_P'
    );

Measure “Speaks other language Chinese languages Mandarin (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Mand_P'
    );

Measure “Speaks other language Chinese languages Mandarin (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Mand_P',
      'denominator'
    );

Measure “Speaks other language Chinese languages Mandarin (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Mand_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.17. Speaks other language Chinese languages Mandarin (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Chinese languages Mandarin (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Mand_F'
    );

Measure “Speaks other language Chinese languages Mandarin (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Mand_F'
    );

Measure “Speaks other language Chinese languages Mandarin (Females)” percent of “Speaks other language Chinese languages Mandarin (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Mand_F',
      'denominator'
    );

Measure “Speaks other language Chinese languages Mandarin (Females)” percent of “Speaks other language Chinese languages Mandarin (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Mand_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Chinese languages Mandarin (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.18. Speaks other language Chinese languages Mandarin (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Chinese languages Mandarin (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Mand_M'
    );

Measure “Speaks other language Chinese languages Mandarin (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Mand_M'
    );

Measure “Speaks other language Chinese languages Mandarin (Males)” percent of “Speaks other language Chinese languages Mandarin (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Mand_M',
      'denominator'
    );

Measure “Speaks other language Chinese languages Mandarin (Males)” percent of “Speaks other language Chinese languages Mandarin (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Mand_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Chinese languages Mandarin (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.19. Speaks other language Chinese languages Other (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Chinese languages Other (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Other_P'
    );

Measure “Speaks other language Chinese languages Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Other_P'
    );

Measure “Speaks other language Chinese languages Other (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Other_P',
      'denominator'
    );

Measure “Speaks other language Chinese languages Other (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Other_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.20. Speaks other language Chinese languages Other (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Chinese languages Other (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Other_F'
    );

Measure “Speaks other language Chinese languages Other (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Other_F'
    );

Measure “Speaks other language Chinese languages Other (Females)” percent of “Speaks other language Chinese languages Other (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Other_F',
      'denominator'
    );

Measure “Speaks other language Chinese languages Other (Females)” percent of “Speaks other language Chinese languages Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Other_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Chinese languages Other (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.21. Speaks other language Chinese languages Other (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Chinese languages Other (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Other_M'
    );

Measure “Speaks other language Chinese languages Other (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Other_M'
    );

Measure “Speaks other language Chinese languages Other (Males)” percent of “Speaks other language Chinese languages Other (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Other_M',
      'denominator'
    );

Measure “Speaks other language Chinese languages Other (Males)” percent of “Speaks other language Chinese languages Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Other_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Chinese languages Other (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.22. Speaks other language Chinese languages Total (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Chinese languages Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Tot_P'
    );

Measure “Speaks other language Chinese languages Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Tot_P'
    );

Measure “Speaks other language Chinese languages Total (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Tot_P',
      'denominator'
    );

Measure “Speaks other language Chinese languages Total (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Tot_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.23. Speaks other language Chinese languages Total (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Chinese languages Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Tot_F'
    );

Measure “Speaks other language Chinese languages Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Tot_F'
    );

Measure “Speaks other language Chinese languages Total (Females)” percent of “Speaks other language Chinese languages Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Tot_F',
      'denominator'
    );

Measure “Speaks other language Chinese languages Total (Females)” percent of “Speaks other language Chinese languages Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Tot_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Chinese languages Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.24. Speaks other language Chinese languages Total (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Chinese languages Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Tot_M'
    );

Measure “Speaks other language Chinese languages Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Tot_M'
    );

Measure “Speaks other language Chinese languages Total (Males)” percent of “Speaks other language Chinese languages Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Chin_lang_Tot_M',
      'denominator'
    );

Measure “Speaks other language Chinese languages Total (Males)” percent of “Speaks other language Chinese languages Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Chin_lang_Tot_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Chinese languages Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.25. Speaks other language Croatian (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Croatian (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Croatian_P'
    );

Measure “Speaks other language Croatian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Croatian_P'
    );

Measure “Speaks other language Croatian (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Croatian_P',
      'denominator'
    );

Measure “Speaks other language Croatian (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Croatian_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.26. Speaks other language Croatian (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Croatian (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Croatian_F'
    );

Measure “Speaks other language Croatian (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Croatian_F'
    );

Measure “Speaks other language Croatian (Females)” percent of “Speaks other language Croatian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Croatian_F',
      'denominator'
    );

Measure “Speaks other language Croatian (Females)” percent of “Speaks other language Croatian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Croatian_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Croatian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.27. Speaks other language Croatian (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Croatian (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Croatian_M'
    );

Measure “Speaks other language Croatian (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Croatian_M'
    );

Measure “Speaks other language Croatian (Males)” percent of “Speaks other language Croatian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Croatian_M',
      'denominator'
    );

Measure “Speaks other language Croatian (Males)” percent of “Speaks other language Croatian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Croatian_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Croatian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.28. Speaks other language Dutch (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Dutch (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Dutch_P'
    );

Measure “Speaks other language Dutch (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Dutch_P'
    );

Measure “Speaks other language Dutch (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Dutch_P',
      'denominator'
    );

Measure “Speaks other language Dutch (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Dutch_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.29. Speaks other language Dutch (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Dutch (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Dutch_F'
    );

Measure “Speaks other language Dutch (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Dutch_F'
    );

Measure “Speaks other language Dutch (Females)” percent of “Speaks other language Dutch (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Dutch_F',
      'denominator'
    );

Measure “Speaks other language Dutch (Females)” percent of “Speaks other language Dutch (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Dutch_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Dutch (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.30. Speaks other language Dutch (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Dutch (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Dutch_M'
    );

Measure “Speaks other language Dutch (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Dutch_M'
    );

Measure “Speaks other language Dutch (Males)” percent of “Speaks other language Dutch (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Dutch_M',
      'denominator'
    );

Measure “Speaks other language Dutch (Males)” percent of “Speaks other language Dutch (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Dutch_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Dutch (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.31. Speaks other language French (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language French (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_French_P'
    );

Measure “Speaks other language French (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_French_P'
    );

Measure “Speaks other language French (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_French_P',
      'denominator'
    );

Measure “Speaks other language French (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_French_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.32. Speaks other language French (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language French (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_French_F'
    );

Measure “Speaks other language French (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_French_F'
    );

Measure “Speaks other language French (Females)” percent of “Speaks other language French (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_French_F',
      'denominator'
    );

Measure “Speaks other language French (Females)” percent of “Speaks other language French (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_French_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language French (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.33. Speaks other language French (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language French (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_French_M'
    );

Measure “Speaks other language French (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_French_M'
    );

Measure “Speaks other language French (Males)” percent of “Speaks other language French (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_French_M',
      'denominator'
    );

Measure “Speaks other language French (Males)” percent of “Speaks other language French (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_French_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language French (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.34. Speaks other language German (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language German (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_German_P'
    );

Measure “Speaks other language German (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_German_P'
    );

Measure “Speaks other language German (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_German_P',
      'denominator'
    );

Measure “Speaks other language German (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_German_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.35. Speaks other language German (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language German (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_German_F'
    );

Measure “Speaks other language German (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_German_F'
    );

Measure “Speaks other language German (Females)” percent of “Speaks other language German (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_German_F',
      'denominator'
    );

Measure “Speaks other language German (Females)” percent of “Speaks other language German (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_German_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language German (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.36. Speaks other language German (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language German (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_German_M'
    );

Measure “Speaks other language German (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_German_M'
    );

Measure “Speaks other language German (Males)” percent of “Speaks other language German (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_German_M',
      'denominator'
    );

Measure “Speaks other language German (Males)” percent of “Speaks other language German (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_German_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language German (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.37. Speaks other language Greek (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Greek (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Greek_P'
    );

Measure “Speaks other language Greek (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Greek_P'
    );

Measure “Speaks other language Greek (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Greek_P',
      'denominator'
    );

Measure “Speaks other language Greek (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Greek_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.38. Speaks other language Greek (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Greek (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Greek_F'
    );

Measure “Speaks other language Greek (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Greek_F'
    );

Measure “Speaks other language Greek (Females)” percent of “Speaks other language Greek (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Greek_F',
      'denominator'
    );

Measure “Speaks other language Greek (Females)” percent of “Speaks other language Greek (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Greek_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Greek (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.39. Speaks other language Greek (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Greek (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Greek_M'
    );

Measure “Speaks other language Greek (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Greek_M'
    );

Measure “Speaks other language Greek (Males)” percent of “Speaks other language Greek (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Greek_M',
      'denominator'
    );

Measure “Speaks other language Greek (Males)” percent of “Speaks other language Greek (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Greek_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Greek (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.40. Speaks other language Hungarian (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Hungarian (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Hungarian_P'
    );

Measure “Speaks other language Hungarian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Hungarian_P'
    );

Measure “Speaks other language Hungarian (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Hungarian_P',
      'denominator'
    );

Measure “Speaks other language Hungarian (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Hungarian_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.41. Speaks other language Hungarian (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Hungarian (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Hungarian_F'
    );

Measure “Speaks other language Hungarian (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Hungarian_F'
    );

Measure “Speaks other language Hungarian (Females)” percent of “Speaks other language Hungarian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Hungarian_F',
      'denominator'
    );

Measure “Speaks other language Hungarian (Females)” percent of “Speaks other language Hungarian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Hungarian_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Hungarian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.42. Speaks other language Hungarian (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Hungarian (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Hungarian_M'
    );

Measure “Speaks other language Hungarian (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Hungarian_M'
    );

Measure “Speaks other language Hungarian (Males)” percent of “Speaks other language Hungarian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Hungarian_M',
      'denominator'
    );

Measure “Speaks other language Hungarian (Males)” percent of “Speaks other language Hungarian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Hungarian_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Hungarian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.43. Speaks other language Indo Aryan Languages Bengali (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Bengali (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Beng_P'
    );

Measure “Speaks other language Indo Aryan Languages Bengali (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Beng_P'
    );

Measure “Speaks other language Indo Aryan Languages Bengali (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Beng_P',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Bengali (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Beng_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.44. Speaks other language Indo Aryan Languages Bengali (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Bengali (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Beng_F'
    );

Measure “Speaks other language Indo Aryan Languages Bengali (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Beng_F'
    );

Measure “Speaks other language Indo Aryan Languages Bengali (Females)” percent of “Speaks other language Indo Aryan Languages Bengali (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Beng_F',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Bengali (Females)” percent of “Speaks other language Indo Aryan Languages Bengali (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Beng_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Bengali (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.45. Speaks other language Indo Aryan Languages Bengali (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Bengali (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Beng_M'
    );

Measure “Speaks other language Indo Aryan Languages Bengali (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Beng_M'
    );

Measure “Speaks other language Indo Aryan Languages Bengali (Males)” percent of “Speaks other language Indo Aryan Languages Bengali (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Beng_M',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Bengali (Males)” percent of “Speaks other language Indo Aryan Languages Bengali (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Beng_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Bengali (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.46. Speaks other language Indo Aryan Languages Hindi (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Hindi (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Hind_P'
    );

Measure “Speaks other language Indo Aryan Languages Hindi (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Hind_P'
    );

Measure “Speaks other language Indo Aryan Languages Hindi (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Hind_P',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Hindi (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Hind_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.47. Speaks other language Indo Aryan Languages Hindi (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Hindi (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Hind_F'
    );

Measure “Speaks other language Indo Aryan Languages Hindi (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Hind_F'
    );

Measure “Speaks other language Indo Aryan Languages Hindi (Females)” percent of “Speaks other language Indo Aryan Languages Hindi (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Hind_F',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Hindi (Females)” percent of “Speaks other language Indo Aryan Languages Hindi (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Hind_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Hindi (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.48. Speaks other language Indo Aryan Languages Hindi (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Hindi (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Hind_M'
    );

Measure “Speaks other language Indo Aryan Languages Hindi (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Hind_M'
    );

Measure “Speaks other language Indo Aryan Languages Hindi (Males)” percent of “Speaks other language Indo Aryan Languages Hindi (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Hind_M',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Hindi (Males)” percent of “Speaks other language Indo Aryan Languages Hindi (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Hind_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Hindi (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.49. Speaks other language Indo Aryan Languages Other (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Other (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Othr_P'
    );

Measure “Speaks other language Indo Aryan Languages Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Othr_P'
    );

Measure “Speaks other language Indo Aryan Languages Other (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Othr_P',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Other (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Othr_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.50. Speaks other language Indo Aryan Languages Other (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Other (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Othr_F'
    );

Measure “Speaks other language Indo Aryan Languages Other (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Othr_F'
    );

Measure “Speaks other language Indo Aryan Languages Other (Females)” percent of “Speaks other language Indo Aryan Languages Other (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Othr_F',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Other (Females)” percent of “Speaks other language Indo Aryan Languages Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Othr_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Other (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.51. Speaks other language Indo Aryan Languages Other (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Other (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Othr_M'
    );

Measure “Speaks other language Indo Aryan Languages Other (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Othr_M'
    );

Measure “Speaks other language Indo Aryan Languages Other (Males)” percent of “Speaks other language Indo Aryan Languages Other (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Othr_M',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Other (Males)” percent of “Speaks other language Indo Aryan Languages Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Othr_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Other (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.52. Speaks other language Indo Aryan Languages Punjabi (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Punjabi (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Punj_P'
    );

Measure “Speaks other language Indo Aryan Languages Punjabi (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Punj_P'
    );

Measure “Speaks other language Indo Aryan Languages Punjabi (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Punj_P',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Punjabi (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Punj_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.53. Speaks other language Indo Aryan Languages Punjabi (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Punjabi (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Punj_F'
    );

Measure “Speaks other language Indo Aryan Languages Punjabi (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Punj_F'
    );

Measure “Speaks other language Indo Aryan Languages Punjabi (Females)” percent of “Speaks other language Indo Aryan Languages Punjabi (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Punj_F',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Punjabi (Females)” percent of “Speaks other language Indo Aryan Languages Punjabi (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Punj_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Punjabi (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.54. Speaks other language Indo Aryan Languages Punjabi (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Punjabi (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Punj_M'
    );

Measure “Speaks other language Indo Aryan Languages Punjabi (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Punj_M'
    );

Measure “Speaks other language Indo Aryan Languages Punjabi (Males)” percent of “Speaks other language Indo Aryan Languages Punjabi (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Punj_M',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Punjabi (Males)” percent of “Speaks other language Indo Aryan Languages Punjabi (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Punj_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Punjabi (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.55. Speaks other language Indo Aryan Languages Sinhalese (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Sinhalese (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Sinh_P'
    );

Measure “Speaks other language Indo Aryan Languages Sinhalese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Sinh_P'
    );

Measure “Speaks other language Indo Aryan Languages Sinhalese (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Sinh_P',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Sinhalese (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Sinh_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.56. Speaks other language Indo Aryan Languages Sinhalese (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Sinhalese (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Sinh_F'
    );

Measure “Speaks other language Indo Aryan Languages Sinhalese (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Sinh_F'
    );

Measure “Speaks other language Indo Aryan Languages Sinhalese (Females)” percent of “Speaks other language Indo Aryan Languages Sinhalese (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Sinh_F',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Sinhalese (Females)” percent of “Speaks other language Indo Aryan Languages Sinhalese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Sinh_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Sinhalese (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.57. Speaks other language Indo Aryan Languages Sinhalese (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Sinhalese (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Sinh_M'
    );

Measure “Speaks other language Indo Aryan Languages Sinhalese (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Sinh_M'
    );

Measure “Speaks other language Indo Aryan Languages Sinhalese (Males)” percent of “Speaks other language Indo Aryan Languages Sinhalese (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Sinh_M',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Sinhalese (Males)” percent of “Speaks other language Indo Aryan Languages Sinhalese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Sinh_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Sinhalese (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.58. Speaks other language Indo Aryan Languages Total (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Tot_P'
    );

Measure “Speaks other language Indo Aryan Languages Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Tot_P'
    );

Measure “Speaks other language Indo Aryan Languages Total (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Tot_P',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Total (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Tot_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.59. Speaks other language Indo Aryan Languages Total (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Tot_F'
    );

Measure “Speaks other language Indo Aryan Languages Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Tot_F'
    );

Measure “Speaks other language Indo Aryan Languages Total (Females)” percent of “Speaks other language Indo Aryan Languages Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Tot_F',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Total (Females)” percent of “Speaks other language Indo Aryan Languages Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Tot_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.60. Speaks other language Indo Aryan Languages Total (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Tot_M'
    );

Measure “Speaks other language Indo Aryan Languages Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Tot_M'
    );

Measure “Speaks other language Indo Aryan Languages Total (Males)” percent of “Speaks other language Indo Aryan Languages Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Tot_M',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Total (Males)” percent of “Speaks other language Indo Aryan Languages Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Tot_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.61. Speaks other language Indo Aryan Languages Urdu (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Urdu (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Urdu_P'
    );

Measure “Speaks other language Indo Aryan Languages Urdu (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Urdu_P'
    );

Measure “Speaks other language Indo Aryan Languages Urdu (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Urdu_P',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Urdu (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Urdu_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.62. Speaks other language Indo Aryan Languages Urdu (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Urdu (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Urdu_F'
    );

Measure “Speaks other language Indo Aryan Languages Urdu (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Urdu_F'
    );

Measure “Speaks other language Indo Aryan Languages Urdu (Females)” percent of “Speaks other language Indo Aryan Languages Urdu (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Urdu_F',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Urdu (Females)” percent of “Speaks other language Indo Aryan Languages Urdu (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Urdu_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Urdu (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.63. Speaks other language Indo Aryan Languages Urdu (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Indo Aryan Languages Urdu (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Urdu_M'
    );

Measure “Speaks other language Indo Aryan Languages Urdu (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Urdu_M'
    );

Measure “Speaks other language Indo Aryan Languages Urdu (Males)” percent of “Speaks other language Indo Aryan Languages Urdu (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_In_Ar_Lang_Urdu_M',
      'denominator'
    );

Measure “Speaks other language Indo Aryan Languages Urdu (Males)” percent of “Speaks other language Indo Aryan Languages Urdu (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_In_Ar_Lang_Urdu_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Indo Aryan Languages Urdu (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.64. Speaks other language Iranic Languages Dari (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Iranic Languages Dari (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Ir_Lang_Dari_P'
    );

Measure “Speaks other language Iranic Languages Dari (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Ir_Lang_Dari_P'
    );

Measure “Speaks other language Iranic Languages Dari (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Ir_Lang_Dari_P',
      'denominator'
    );

Measure “Speaks other language Iranic Languages Dari (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Ir_Lang_Dari_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.65. Speaks other language Iranic Languages Dari (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Iranic Languages Dari (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Ir_Lang_Dari_F'
    );

Measure “Speaks other language Iranic Languages Dari (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Ir_Lang_Dari_F'
    );

Measure “Speaks other language Iranic Languages Dari (Females)” percent of “Speaks other language Iranic Languages Dari (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Ir_Lang_Dari_F',
      'denominator'
    );

Measure “Speaks other language Iranic Languages Dari (Females)” percent of “Speaks other language Iranic Languages Dari (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Ir_Lang_Dari_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Iranic Languages Dari (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.66. Speaks other language Iranic Languages Dari (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Iranic Languages Dari (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Ir_Lang_Dari_M'
    );

Measure “Speaks other language Iranic Languages Dari (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Ir_Lang_Dari_M'
    );

Measure “Speaks other language Iranic Languages Dari (Males)” percent of “Speaks other language Iranic Languages Dari (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Ir_Lang_Dari_M',
      'denominator'
    );

Measure “Speaks other language Iranic Languages Dari (Males)” percent of “Speaks other language Iranic Languages Dari (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Ir_Lang_Dari_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Iranic Languages Dari (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.67. Speaks other language Iranic Languages Other (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Iranic Languages Other (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Irani_Lan_Othr_P'
    );

Measure “Speaks other language Iranic Languages Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Irani_Lan_Othr_P'
    );

Measure “Speaks other language Iranic Languages Other (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Irani_Lan_Othr_P',
      'denominator'
    );

Measure “Speaks other language Iranic Languages Other (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Irani_Lan_Othr_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.68. Speaks other language Iranic Languages Other (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Iranic Languages Other (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Irani_Lan_Othr_F'
    );

Measure “Speaks other language Iranic Languages Other (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Irani_Lan_Othr_F'
    );

Measure “Speaks other language Iranic Languages Other (Females)” percent of “Speaks other language Iranic Languages Other (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Irani_Lan_Othr_F',
      'denominator'
    );

Measure “Speaks other language Iranic Languages Other (Females)” percent of “Speaks other language Iranic Languages Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Irani_Lan_Othr_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Iranic Languages Other (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.69. Speaks other language Iranic Languages Other (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Iranic Languages Other (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Irani_Lan_Othr_M'
    );

Measure “Speaks other language Iranic Languages Other (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Irani_Lan_Othr_M'
    );

Measure “Speaks other language Iranic Languages Other (Males)” percent of “Speaks other language Iranic Languages Other (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Irani_Lan_Othr_M',
      'denominator'
    );

Measure “Speaks other language Iranic Languages Other (Males)” percent of “Speaks other language Iranic Languages Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Irani_Lan_Othr_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Iranic Languages Other (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.70. Speaks other language Iranic Languages Persian excluding Dari (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Iranic Languages Persian excluding Dari (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Ir_La_Pe_excl_Da_P'
    );

Measure “Speaks other language Iranic Languages Persian excluding Dari (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Ir_La_Pe_excl_Da_P'
    );

Measure “Speaks other language Iranic Languages Persian excluding Dari (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Ir_La_Pe_excl_Da_P',
      'denominator'
    );

Measure “Speaks other language Iranic Languages Persian excluding Dari (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Ir_La_Pe_excl_Da_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.71. Speaks other language Iranic Languages Persian excluding Dari (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Iranic Languages Persian excluding Dari (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Ir_La_Pe_excl_Da_F'
    );

Measure “Speaks other language Iranic Languages Persian excluding Dari (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Ir_La_Pe_excl_Da_F'
    );

Measure “Speaks other language Iranic Languages Persian excluding Dari (Females)” percent of “Speaks other language Iranic Languages Persian excluding Dari (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Ir_La_Pe_excl_Da_F',
      'denominator'
    );

Measure “Speaks other language Iranic Languages Persian excluding Dari (Females)” percent of “Speaks other language Iranic Languages Persian excluding Dari (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Ir_La_Pe_excl_Da_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Iranic Languages Persian excluding Dari (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.72. Speaks other language Iranic Languages Persian excluding Dari (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Iranic Languages Persian excluding Dari (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Ir_La_Pe_excl_Da_M'
    );

Measure “Speaks other language Iranic Languages Persian excluding Dari (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Ir_La_Pe_excl_Da_M'
    );

Measure “Speaks other language Iranic Languages Persian excluding Dari (Males)” percent of “Speaks other language Iranic Languages Persian excluding Dari (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Ir_La_Pe_excl_Da_M',
      'denominator'
    );

Measure “Speaks other language Iranic Languages Persian excluding Dari (Males)” percent of “Speaks other language Iranic Languages Persian excluding Dari (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Ir_La_Pe_excl_Da_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Iranic Languages Persian excluding Dari (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.73. Speaks other language Iranic Languages Total (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Iranic Languages Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Iran_Lan_Tot_P'
    );

Measure “Speaks other language Iranic Languages Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Iran_Lan_Tot_P'
    );

Measure “Speaks other language Iranic Languages Total (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Iran_Lan_Tot_P',
      'denominator'
    );

Measure “Speaks other language Iranic Languages Total (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Iran_Lan_Tot_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.74. Speaks other language Iranic Languages Total (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Iranic Languages Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Iran_Lan_Tot_F'
    );

Measure “Speaks other language Iranic Languages Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Iran_Lan_Tot_F'
    );

Measure “Speaks other language Iranic Languages Total (Females)” percent of “Speaks other language Iranic Languages Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Iran_Lan_Tot_F',
      'denominator'
    );

Measure “Speaks other language Iranic Languages Total (Females)” percent of “Speaks other language Iranic Languages Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Iran_Lan_Tot_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Iranic Languages Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.75. Speaks other language Iranic Languages Total (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Iranic Languages Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Iran_Lan_Tot_M'
    );

Measure “Speaks other language Iranic Languages Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Iran_Lan_Tot_M'
    );

Measure “Speaks other language Iranic Languages Total (Males)” percent of “Speaks other language Iranic Languages Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Iran_Lan_Tot_M',
      'denominator'
    );

Measure “Speaks other language Iranic Languages Total (Males)” percent of “Speaks other language Iranic Languages Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Iran_Lan_Tot_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Iranic Languages Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.76. Speaks other language Italian (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Italian (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Italian_P'
    );

Measure “Speaks other language Italian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Italian_P'
    );

Measure “Speaks other language Italian (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Italian_P',
      'denominator'
    );

Measure “Speaks other language Italian (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Italian_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.77. Speaks other language Italian (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Italian (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Italian_F'
    );

Measure “Speaks other language Italian (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Italian_F'
    );

Measure “Speaks other language Italian (Females)” percent of “Speaks other language Italian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Italian_F',
      'denominator'
    );

Measure “Speaks other language Italian (Females)” percent of “Speaks other language Italian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Italian_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Italian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.78. Speaks other language Italian (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Italian (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Italian_M'
    );

Measure “Speaks other language Italian (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Italian_M'
    );

Measure “Speaks other language Italian (Males)” percent of “Speaks other language Italian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Italian_M',
      'denominator'
    );

Measure “Speaks other language Italian (Males)” percent of “Speaks other language Italian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Italian_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Italian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.79. Speaks other language Japanese (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Japanese (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Japanese_P'
    );

Measure “Speaks other language Japanese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Japanese_P'
    );

Measure “Speaks other language Japanese (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Japanese_P',
      'denominator'
    );

Measure “Speaks other language Japanese (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Japanese_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.80. Speaks other language Japanese (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Japanese (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Japanese_F'
    );

Measure “Speaks other language Japanese (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Japanese_F'
    );

Measure “Speaks other language Japanese (Females)” percent of “Speaks other language Japanese (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Japanese_F',
      'denominator'
    );

Measure “Speaks other language Japanese (Females)” percent of “Speaks other language Japanese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Japanese_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Japanese (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.81. Speaks other language Japanese (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Japanese (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Japanese_M'
    );

Measure “Speaks other language Japanese (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Japanese_M'
    );

Measure “Speaks other language Japanese (Males)” percent of “Speaks other language Japanese (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Japanese_M',
      'denominator'
    );

Measure “Speaks other language Japanese (Males)” percent of “Speaks other language Japanese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Japanese_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Japanese (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.82. Speaks other language Khmer (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Khmer (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Khmer_P'
    );

Measure “Speaks other language Khmer (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Khmer_P'
    );

Measure “Speaks other language Khmer (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Khmer_P',
      'denominator'
    );

Measure “Speaks other language Khmer (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Khmer_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.83. Speaks other language Khmer (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Khmer (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Khmer_F'
    );

Measure “Speaks other language Khmer (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Khmer_F'
    );

Measure “Speaks other language Khmer (Females)” percent of “Speaks other language Khmer (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Khmer_F',
      'denominator'
    );

Measure “Speaks other language Khmer (Females)” percent of “Speaks other language Khmer (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Khmer_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Khmer (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.84. Speaks other language Khmer (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Khmer (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Khmer_M'
    );

Measure “Speaks other language Khmer (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Khmer_M'
    );

Measure “Speaks other language Khmer (Males)” percent of “Speaks other language Khmer (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Khmer_M',
      'denominator'
    );

Measure “Speaks other language Khmer (Males)” percent of “Speaks other language Khmer (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Khmer_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Khmer (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.85. Speaks other language Korean (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Korean (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Korean_P'
    );

Measure “Speaks other language Korean (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Korean_P'
    );

Measure “Speaks other language Korean (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Korean_P',
      'denominator'
    );

Measure “Speaks other language Korean (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Korean_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.86. Speaks other language Korean (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Korean (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Korean_F'
    );

Measure “Speaks other language Korean (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Korean_F'
    );

Measure “Speaks other language Korean (Females)” percent of “Speaks other language Korean (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Korean_F',
      'denominator'
    );

Measure “Speaks other language Korean (Females)” percent of “Speaks other language Korean (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Korean_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Korean (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.87. Speaks other language Korean (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Korean (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Korean_M'
    );

Measure “Speaks other language Korean (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Korean_M'
    );

Measure “Speaks other language Korean (Males)” percent of “Speaks other language Korean (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Korean_M',
      'denominator'
    );

Measure “Speaks other language Korean (Males)” percent of “Speaks other language Korean (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Korean_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Korean (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.88. Speaks other language Macedonian (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Macedonian (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Macedonian_P'
    );

Measure “Speaks other language Macedonian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Macedonian_P'
    );

Measure “Speaks other language Macedonian (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Macedonian_P',
      'denominator'
    );

Measure “Speaks other language Macedonian (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Macedonian_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.89. Speaks other language Macedonian (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Macedonian (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Macedonian_F'
    );

Measure “Speaks other language Macedonian (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Macedonian_F'
    );

Measure “Speaks other language Macedonian (Females)” percent of “Speaks other language Macedonian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Macedonian_F',
      'denominator'
    );

Measure “Speaks other language Macedonian (Females)” percent of “Speaks other language Macedonian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Macedonian_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Macedonian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.90. Speaks other language Macedonian (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Macedonian (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Macedonian_M'
    );

Measure “Speaks other language Macedonian (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Macedonian_M'
    );

Measure “Speaks other language Macedonian (Males)” percent of “Speaks other language Macedonian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Macedonian_M',
      'denominator'
    );

Measure “Speaks other language Macedonian (Males)” percent of “Speaks other language Macedonian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Macedonian_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Macedonian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.91. Speaks other language Maltese (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Maltese (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Maltese_P'
    );

Measure “Speaks other language Maltese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Maltese_P'
    );

Measure “Speaks other language Maltese (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Maltese_P',
      'denominator'
    );

Measure “Speaks other language Maltese (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Maltese_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.92. Speaks other language Maltese (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Maltese (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Maltese_F'
    );

Measure “Speaks other language Maltese (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Maltese_F'
    );

Measure “Speaks other language Maltese (Females)” percent of “Speaks other language Maltese (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Maltese_F',
      'denominator'
    );

Measure “Speaks other language Maltese (Females)” percent of “Speaks other language Maltese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Maltese_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Maltese (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.93. Speaks other language Maltese (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Maltese (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Maltese_M'
    );

Measure “Speaks other language Maltese (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Maltese_M'
    );

Measure “Speaks other language Maltese (Males)” percent of “Speaks other language Maltese (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Maltese_M',
      'denominator'
    );

Measure “Speaks other language Maltese (Males)” percent of “Speaks other language Maltese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Maltese_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Maltese (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.94. Speaks other language Other (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Other (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Other_P'
    );

Measure “Speaks other language Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Other_P'
    );

Measure “Speaks other language Other (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Other_P',
      'denominator'
    );

Measure “Speaks other language Other (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Other_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.95. Speaks other language Other (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Other (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Other_F'
    );

Measure “Speaks other language Other (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Other_F'
    );

Measure “Speaks other language Other (Females)” percent of “Speaks other language Other (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Other_F',
      'denominator'
    );

Measure “Speaks other language Other (Females)” percent of “Speaks other language Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Other_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Other (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.96. Speaks other language Other (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Other (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Other_M'
    );

Measure “Speaks other language Other (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Other_M'
    );

Measure “Speaks other language Other (Males)” percent of “Speaks other language Other (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Other_M',
      'denominator'
    );

Measure “Speaks other language Other (Males)” percent of “Speaks other language Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Other_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Other (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.97. Speaks other language Polish (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Polish (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Polish_P'
    );

Measure “Speaks other language Polish (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Polish_P'
    );

Measure “Speaks other language Polish (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Polish_P',
      'denominator'
    );

Measure “Speaks other language Polish (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Polish_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.98. Speaks other language Polish (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Polish (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Polish_F'
    );

Measure “Speaks other language Polish (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Polish_F'
    );

Measure “Speaks other language Polish (Females)” percent of “Speaks other language Polish (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Polish_F',
      'denominator'
    );

Measure “Speaks other language Polish (Females)” percent of “Speaks other language Polish (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Polish_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Polish (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.99. Speaks other language Polish (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Polish (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Polish_M'
    );

Measure “Speaks other language Polish (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Polish_M'
    );

Measure “Speaks other language Polish (Males)” percent of “Speaks other language Polish (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Polish_M',
      'denominator'
    );

Measure “Speaks other language Polish (Males)” percent of “Speaks other language Polish (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Polish_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Polish (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.100. Speaks other language Portuguese (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Portuguese (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Portuguese_P'
    );

Measure “Speaks other language Portuguese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Portuguese_P'
    );

Measure “Speaks other language Portuguese (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Portuguese_P',
      'denominator'
    );

Measure “Speaks other language Portuguese (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Portuguese_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.101. Speaks other language Portuguese (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Portuguese (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Portuguese_F'
    );

Measure “Speaks other language Portuguese (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Portuguese_F'
    );

Measure “Speaks other language Portuguese (Females)” percent of “Speaks other language Portuguese (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Portuguese_F',
      'denominator'
    );

Measure “Speaks other language Portuguese (Females)” percent of “Speaks other language Portuguese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Portuguese_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Portuguese (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.102. Speaks other language Portuguese (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Portuguese (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Portuguese_M'
    );

Measure “Speaks other language Portuguese (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Portuguese_M'
    );

Measure “Speaks other language Portuguese (Males)” percent of “Speaks other language Portuguese (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Portuguese_M',
      'denominator'
    );

Measure “Speaks other language Portuguese (Males)” percent of “Speaks other language Portuguese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Portuguese_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Portuguese (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.103. Speaks other language Russian (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Russian (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Russian_P'
    );

Measure “Speaks other language Russian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Russian_P'
    );

Measure “Speaks other language Russian (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Russian_P',
      'denominator'
    );

Measure “Speaks other language Russian (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Russian_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.104. Speaks other language Russian (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Russian (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Russian_F'
    );

Measure “Speaks other language Russian (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Russian_F'
    );

Measure “Speaks other language Russian (Females)” percent of “Speaks other language Russian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Russian_F',
      'denominator'
    );

Measure “Speaks other language Russian (Females)” percent of “Speaks other language Russian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Russian_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Russian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.105. Speaks other language Russian (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Russian (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Russian_M'
    );

Measure “Speaks other language Russian (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Russian_M'
    );

Measure “Speaks other language Russian (Males)” percent of “Speaks other language Russian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Russian_M',
      'denominator'
    );

Measure “Speaks other language Russian (Males)” percent of “Speaks other language Russian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Russian_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Russian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.106. Speaks other language Samoan (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Samoan (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Samoan_P'
    );

Measure “Speaks other language Samoan (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Samoan_P'
    );

Measure “Speaks other language Samoan (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Samoan_P',
      'denominator'
    );

Measure “Speaks other language Samoan (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Samoan_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.107. Speaks other language Samoan (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Samoan (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Samoan_F'
    );

Measure “Speaks other language Samoan (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Samoan_F'
    );

Measure “Speaks other language Samoan (Females)” percent of “Speaks other language Samoan (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Samoan_F',
      'denominator'
    );

Measure “Speaks other language Samoan (Females)” percent of “Speaks other language Samoan (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Samoan_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Samoan (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.108. Speaks other language Samoan (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Samoan (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Samoan_M'
    );

Measure “Speaks other language Samoan (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Samoan_M'
    );

Measure “Speaks other language Samoan (Males)” percent of “Speaks other language Samoan (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Samoan_M',
      'denominator'
    );

Measure “Speaks other language Samoan (Males)” percent of “Speaks other language Samoan (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Samoan_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Samoan (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.109. Speaks other language Serbian (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Serbian (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Serbian_P'
    );

Measure “Speaks other language Serbian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Serbian_P'
    );

Measure “Speaks other language Serbian (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Serbian_P',
      'denominator'
    );

Measure “Speaks other language Serbian (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Serbian_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.110. Speaks other language Serbian (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Serbian (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Serbian_F'
    );

Measure “Speaks other language Serbian (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Serbian_F'
    );

Measure “Speaks other language Serbian (Females)” percent of “Speaks other language Serbian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Serbian_F',
      'denominator'
    );

Measure “Speaks other language Serbian (Females)” percent of “Speaks other language Serbian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Serbian_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Serbian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.111. Speaks other language Serbian (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Serbian (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Serbian_M'
    );

Measure “Speaks other language Serbian (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Serbian_M'
    );

Measure “Speaks other language Serbian (Males)” percent of “Speaks other language Serbian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Serbian_M',
      'denominator'
    );

Measure “Speaks other language Serbian (Males)” percent of “Speaks other language Serbian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Serbian_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Serbian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.112. Speaks other language Southeast Asian Austronesian Languages Filipino (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Filipino (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Filipino_P'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Filipino (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Filipino_P'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Filipino (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Filipino_P',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Filipino (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Filipino_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.113. Speaks other language Southeast Asian Austronesian Languages Filipino (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Filipino (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Filipino_F'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Filipino (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Filipino_F'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Filipino (Females)” percent of “Speaks other language Southeast Asian Austronesian Languages Filipino (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Filipino_F',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Filipino (Females)” percent of “Speaks other language Southeast Asian Austronesian Languages Filipino (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Filipino_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Southeast Asian Austronesian Languages Filipino (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.114. Speaks other language Southeast Asian Austronesian Languages Filipino (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Filipino (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Filipino_M'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Filipino (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Filipino_M'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Filipino (Males)” percent of “Speaks other language Southeast Asian Austronesian Languages Filipino (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Filipino_M',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Filipino (Males)” percent of “Speaks other language Southeast Asian Austronesian Languages Filipino (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Filipino_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Southeast Asian Austronesian Languages Filipino (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.115. Speaks other language Southeast Asian Austronesian Languages Indonesian (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Indonesian (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Indon_P'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Indonesian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Indon_P'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Indonesian (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Indon_P',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Indonesian (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Indon_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.116. Speaks other language Southeast Asian Austronesian Languages Indonesian (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Indonesian (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Indon_F'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Indonesian (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Indon_F'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Indonesian (Females)” percent of “Speaks other language Southeast Asian Austronesian Languages Indonesian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Indon_F',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Indonesian (Females)” percent of “Speaks other language Southeast Asian Austronesian Languages Indonesian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Indon_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Southeast Asian Austronesian Languages Indonesian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.117. Speaks other language Southeast Asian Austronesian Languages Indonesian (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Indonesian (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Indon_M'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Indonesian (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Indon_M'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Indonesian (Males)” percent of “Speaks other language Southeast Asian Austronesian Languages Indonesian (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Indon_M',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Indonesian (Males)” percent of “Speaks other language Southeast Asian Austronesian Languages Indonesian (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Indon_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Southeast Asian Austronesian Languages Indonesian (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.118. Speaks other language Southeast Asian Austronesian Languages Other (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Other (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Othr_P'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Othr_P'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Other (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Othr_P',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Other (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Othr_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.119. Speaks other language Southeast Asian Austronesian Languages Other (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Other (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Othr_F'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Other (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Othr_F'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Other (Females)” percent of “Speaks other language Southeast Asian Austronesian Languages Other (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Othr_F',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Other (Females)” percent of “Speaks other language Southeast Asian Austronesian Languages Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Othr_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Southeast Asian Austronesian Languages Other (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.120. Speaks other language Southeast Asian Austronesian Languages Other (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Other (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Othr_M'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Other (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Othr_M'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Other (Males)” percent of “Speaks other language Southeast Asian Austronesian Languages Other (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Othr_M',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Other (Males)” percent of “Speaks other language Southeast Asian Austronesian Languages Other (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Othr_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Southeast Asian Austronesian Languages Other (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.121. Speaks other language Southeast Asian Austronesian Languages Tagalog (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Tagalog (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Tagal_P'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Tagalog (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Tagal_P'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Tagalog (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Tagal_P',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Tagalog (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Tagal_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.122. Speaks other language Southeast Asian Austronesian Languages Tagalog (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Tagalog (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Tagal_F'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Tagalog (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Tagal_F'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Tagalog (Females)” percent of “Speaks other language Southeast Asian Austronesian Languages Tagalog (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Tagal_F',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Tagalog (Females)” percent of “Speaks other language Southeast Asian Austronesian Languages Tagalog (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Tagal_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Southeast Asian Austronesian Languages Tagalog (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.123. Speaks other language Southeast Asian Austronesian Languages Tagalog (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Tagalog (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Tagal_M'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Tagalog (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Tagal_M'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Tagalog (Males)” percent of “Speaks other language Southeast Asian Austronesian Languages Tagalog (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Tagal_M',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Tagalog (Males)” percent of “Speaks other language Southeast Asian Austronesian Languages Tagalog (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Tagal_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Southeast Asian Austronesian Languages Tagalog (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.124. Speaks other language Southeast Asian Austronesian Languages Total (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Total (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Tot_P'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Tot_P'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Total (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Tot_P',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Total (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Tot_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.125. Speaks other language Southeast Asian Austronesian Languages Total (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Tot_F'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Tot_F'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Total (Females)” percent of “Speaks other language Southeast Asian Austronesian Languages Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Tot_F',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Total (Females)” percent of “Speaks other language Southeast Asian Austronesian Languages Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Tot_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Southeast Asian Austronesian Languages Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.126. Speaks other language Southeast Asian Austronesian Languages Total (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Southeast Asian Austronesian Languages Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Tot_M'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Tot_M'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Total (Males)” percent of “Speaks other language Southeast Asian Austronesian Languages Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Se_As_A_L_Tot_M',
      'denominator'
    );

Measure “Speaks other language Southeast Asian Austronesian Languages Total (Males)” percent of “Speaks other language Southeast Asian Austronesian Languages Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Se_As_A_L_Tot_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Southeast Asian Austronesian Languages Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.127. Speaks other language Spanish (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Spanish (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Spanish_P'
    );

Measure “Speaks other language Spanish (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Spanish_P'
    );

Measure “Speaks other language Spanish (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Spanish_P',
      'denominator'
    );

Measure “Speaks other language Spanish (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Spanish_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.128. Speaks other language Spanish (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Spanish (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Spanish_F'
    );

Measure “Speaks other language Spanish (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Spanish_F'
    );

Measure “Speaks other language Spanish (Females)” percent of “Speaks other language Spanish (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Spanish_F',
      'denominator'
    );

Measure “Speaks other language Spanish (Females)” percent of “Speaks other language Spanish (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Spanish_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Spanish (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.129. Speaks other language Spanish (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Spanish (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Spanish_M'
    );

Measure “Speaks other language Spanish (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Spanish_M'
    );

Measure “Speaks other language Spanish (Males)” percent of “Speaks other language Spanish (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Spanish_M',
      'denominator'
    );

Measure “Speaks other language Spanish (Males)” percent of “Speaks other language Spanish (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Spanish_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Spanish (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.130. Speaks other language Tamil (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Tamil (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Tamil_P'
    );

Measure “Speaks other language Tamil (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Tamil_P'
    );

Measure “Speaks other language Tamil (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Tamil_P',
      'denominator'
    );

Measure “Speaks other language Tamil (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Tamil_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.131. Speaks other language Tamil (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Tamil (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Tamil_F'
    );

Measure “Speaks other language Tamil (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Tamil_F'
    );

Measure “Speaks other language Tamil (Females)” percent of “Speaks other language Tamil (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Tamil_F',
      'denominator'
    );

Measure “Speaks other language Tamil (Females)” percent of “Speaks other language Tamil (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Tamil_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Tamil (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.132. Speaks other language Tamil (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Tamil (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Tamil_M'
    );

Measure “Speaks other language Tamil (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Tamil_M'
    );

Measure “Speaks other language Tamil (Males)” percent of “Speaks other language Tamil (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Tamil_M',
      'denominator'
    );

Measure “Speaks other language Tamil (Males)” percent of “Speaks other language Tamil (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Tamil_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Tamil (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.133. Speaks other language Thai (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Thai (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Thai_P'
    );

Measure “Speaks other language Thai (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Thai_P'
    );

Measure “Speaks other language Thai (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Thai_P',
      'denominator'
    );

Measure “Speaks other language Thai (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Thai_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.134. Speaks other language Thai (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Thai (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Thai_F'
    );

Measure “Speaks other language Thai (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Thai_F'
    );

Measure “Speaks other language Thai (Females)” percent of “Speaks other language Thai (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Thai_F',
      'denominator'
    );

Measure “Speaks other language Thai (Females)” percent of “Speaks other language Thai (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Thai_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Thai (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.135. Speaks other language Thai (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Thai (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Thai_M'
    );

Measure “Speaks other language Thai (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Thai_M'
    );

Measure “Speaks other language Thai (Males)” percent of “Speaks other language Thai (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Thai_M',
      'denominator'
    );

Measure “Speaks other language Thai (Males)” percent of “Speaks other language Thai (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Thai_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Thai (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.136. Speaks other language Total (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Tot_F'
    );

Measure “Speaks other language Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Tot_F'
    );

Measure “Speaks other language Total (Females)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Tot_F',
      'denominator'
    );

Measure “Speaks other language Total (Females)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Tot_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.137. Speaks other language Total (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Tot_M'
    );

Measure “Speaks other language Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Tot_M'
    );

Measure “Speaks other language Total (Males)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Tot_M',
      'denominator'
    );

Measure “Speaks other language Total (Males)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Tot_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.138. Speaks other language Turkish (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Turkish (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Turkish_P'
    );

Measure “Speaks other language Turkish (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Turkish_P'
    );

Measure “Speaks other language Turkish (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Turkish_P',
      'denominator'
    );

Measure “Speaks other language Turkish (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Turkish_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.139. Speaks other language Turkish (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Turkish (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Turkish_F'
    );

Measure “Speaks other language Turkish (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Turkish_F'
    );

Measure “Speaks other language Turkish (Females)” percent of “Speaks other language Turkish (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Turkish_F',
      'denominator'
    );

Measure “Speaks other language Turkish (Females)” percent of “Speaks other language Turkish (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Turkish_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Turkish (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.140. Speaks other language Turkish (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Turkish (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Turkish_M'
    );

Measure “Speaks other language Turkish (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Turkish_M'
    );

Measure “Speaks other language Turkish (Males)” percent of “Speaks other language Turkish (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Turkish_M',
      'denominator'
    );

Measure “Speaks other language Turkish (Males)” percent of “Speaks other language Turkish (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Turkish_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Turkish (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.141. Speaks other language Vietnamese (Persons)ΒΆ

Language Spoken at Home

Measure “Speaks other language Vietnamese (Persons)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Vietnamese_P'
    );

Measure “Speaks other language Vietnamese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Vietnamese_P'
    );

Measure “Speaks other language Vietnamese (Persons)” percent of “Speaks other language Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Vietnamese_P',
      'denominator'
    );

Measure “Speaks other language Vietnamese (Persons)” percent of “Speaks other language Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Vietnamese_P',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.142. Speaks other language Vietnamese (Females)ΒΆ

Language Spoken at Home

Measure “Speaks other language Vietnamese (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Vietnamese_F'
    );

Measure “Speaks other language Vietnamese (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Vietnamese_F'
    );

Measure “Speaks other language Vietnamese (Females)” percent of “Speaks other language Vietnamese (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Vietnamese_F',
      'denominator'
    );

Measure “Speaks other language Vietnamese (Females)” percent of “Speaks other language Vietnamese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Vietnamese_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Vietnamese (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.2.143. Speaks other language Vietnamese (Males)ΒΆ

Language Spoken at Home

Measure “Speaks other language Vietnamese (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Vietnamese_M'
    );

Measure “Speaks other language Vietnamese (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Vietnamese_M'
    );

Measure “Speaks other language Vietnamese (Males)” percent of “Speaks other language Vietnamese (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_SOL_Vietnamese_M',
      'denominator'
    );

Measure “Speaks other language Vietnamese (Males)” percent of “Speaks other language Vietnamese (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_SOL_Vietnamese_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Speaks other language Vietnamese (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.3. Total (Females)ΒΆ

Language Spoken at Home

Measure “Total (Females)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_Total_F'
    );

Measure “Total (Females)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_Total_F'
    );

Measure “Total (Females)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_Total_F',
      'denominator'
    );

Measure “Total (Females)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_Total_F',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.8.4. Total (Males)ΒΆ

Language Spoken at Home

Measure “Total (Males)” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_Total_M'
    );

Measure “Total (Males)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_Total_M'
    );

Measure “Total (Males)” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B13_Total_M',
      'denominator'
    );

Measure “Total (Males)” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B13_Total_M',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9. Total dependent children female parent Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_T'
    );

Measure “Total dependent children female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_T'
    );

Measure “Total dependent children female parent Total male parent Total” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_T',
      'denominator'
    );

Measure “Total dependent children female parent Total male parent Total” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.1. Total dependent children female parent Language and proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_T'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_T'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_T',
      'denominator'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.1.1. Total dependent children female parent Language and proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_LPENS'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_LPENS'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_LPENS',
      'denominator'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.1.2. Total dependent children female parent Language and proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_EO'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_EO'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Total dependent children female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_EO',
      'denominator'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Total dependent children female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.1.3. Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_O_E_T'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_O_E_T'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_O_E_T',
      'denominator'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.1.4. Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_O_ENWNA'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_O_ENWNA'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_O_ENWNA',
      'denominator'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.1.5. Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_O_PENS'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_O_PENS'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_O_PENS',
      'denominator'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.1.6. Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_O_EVWW'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_O_EVWW'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_LPENS_M_O_EVWW',
      'denominator'
    );

Measure “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_LPENS_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2. Total dependent children female parent Speaks English only male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks English only male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_T'
    );

Measure “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_T'
    );

Measure “Total dependent children female parent Speaks English only male parent Total” percent of “Total dependent children female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_T',
      'denominator'
    );

Measure “Total dependent children female parent Speaks English only male parent Total” percent of “Total dependent children female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Total dependent children female parent Speaks English only male parent Total

3.8.9.2.1. Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.2. Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.3. Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.4. Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.5. Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.6. Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.7. Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_LPENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_LPENS_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.8. Dependent children aged 0-4 years female parent Speaks English only male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.9. Dependent children aged 0-4 years female parent Speaks English only male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.10. Dependent children aged 0-4 years female parent Speaks English only male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_EO',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.11. Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.12. Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.13. Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.14. Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_EO_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_EO_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.15. Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.16. Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.17. Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_EO',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.18. Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.19. Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.20. Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.21. Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_ENWNA_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.22. Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.23. Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.24. Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.25. Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.26. Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.27. Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.28. Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_PENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_PENS_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.29. Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.30. Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.31. Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_EO',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.32. Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.33. Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.34. Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.35. Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_E_T_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_E_T_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.36. Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.37. Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.38. Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_EO',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.39. Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.40. Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.41. Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.42. Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_O_EVWW_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_O_EVWW_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.43. Dependent children aged 0-4 years female parent Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_T'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.44. Dependent children aged 0-4 years female parent Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_LPENS'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.45. Dependent children aged 0-4 years female parent Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_EO'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_EO',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks English only” percent of “Dependent children aged 0-4 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.46. Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_O_E_T'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 0-4 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.47. Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_O_ENWNA'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.48. Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_O_PENS'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.49. Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_O_EVWW'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C0_4F_T_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C0_4F_T_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 0-4 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.50. Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.51. Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.52. Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.53. Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.54. Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.55. Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.56. Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_LPENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_LPENS_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.57. Dependent children aged 5-9 years female parent Speaks English only male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.58. Dependent children aged 5-9 years female parent Speaks English only male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.59. Dependent children aged 5-9 years female parent Speaks English only male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_EO',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.60. Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.61. Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.62. Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.63. Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_EO_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_EO_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.64. Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.65. Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.66. Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_EO',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.67. Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.68. Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.69. Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.70. Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_ENWNA_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.71. Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.72. Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.73. Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.74. Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.75. Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.76. Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.77. Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_PENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_PENS_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.78. Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.79. Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.80. Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_EO',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.81. Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.82. Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.83. Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.84. Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_E_T_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_E_T_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.85. Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.86. Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.87. Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_EO',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.88. Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.89. Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.90. Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.91. Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_O_EVWW_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_O_EVWW_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.92. Dependent children aged 5-9 years female parent Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_T'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.93. Dependent children aged 5-9 years female parent Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_LPENS'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.94. Dependent children aged 5-9 years female parent Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_EO'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_EO',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks English only” percent of “Dependent children aged 5-9 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.95. Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_O_E_T'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 5-9 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.96. Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_O_ENWNA'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.97. Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_O_PENS'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.98. Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_O_EVWW'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C5-9F_T_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C5-9F_T_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 5-9 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.99. Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.100. Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.101. Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.102. Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.103. Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.104. Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.105. Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_LPENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_LPENS_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.106. Dependent children aged 10-12 years female parent Speaks English only male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.107. Dependent children aged 10-12 years female parent Speaks English only male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.108. Dependent children aged 10-12 years female parent Speaks English only male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_EO',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.109. Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.110. Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.111. Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.112. Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_EO_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_EO_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.113. Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.114. Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.115. Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_EO',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.116. Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.117. Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.118. Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.119. Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_ENWNA_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.120. Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.121. Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.122. Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.123. Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.124. Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.125. Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.126. Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_PENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_PENS_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.127. Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.128. Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.129. Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_EO',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.130. Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.131. Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.132. Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.133. Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_E_Tot_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.134. Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.135. Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.136. Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_EO',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.137. Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.138. Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.139. Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.140. Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_O_EVWW_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_O_EVWW_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.141. Dependent children aged 10-12 years female parent Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_T'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.142. Dependent children aged 10-12 years female parent Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_LPENS'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.143. Dependent children aged 10-12 years female parent Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_EO'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_EO',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks English only” percent of “Dependent children aged 10-12 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.144. Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_O_E_T'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 10-12 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.145. Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_O_ENWNA'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.146. Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_O_PENS'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.147. Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_O_EVWW'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C10_12F_T_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C10_12F_T_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 10-12 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.148. Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_T'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_T'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.149. Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.150. Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_EO'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_EO'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.151. Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.152. Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.153. Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.154. Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_LPENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_LPENS_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.155. Dependent children aged 13-14 years female parent Speaks English only male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.156. Dependent children aged 13-14 years female parent Speaks English only male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.157. Dependent children aged 13-14 years female parent Speaks English only male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_EO'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_EO'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_EO',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.158. Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.159. Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.160. Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.161. Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_EO_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_EO_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.162. Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.163. Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.164. Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_EO',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.165. Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.166. Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.167. Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.168. Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_ENWNA_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.169. Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.170. Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.171. Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_EO'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_EO'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.172. Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.173. Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.174. Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.175. Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_PENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_PENS_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.176. Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.177. Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_LPENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.178. Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_EO'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_EO'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_EO',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_EO',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.179. Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.180. Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.181. Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.182. Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_E_TM_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_E_TM_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.183. Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.184. Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.185. Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_EO',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.186. Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.187. Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.188. Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.189. Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_O_EVWW_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_O_EVWW_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.190. Dependent children aged 13-14 years female parent Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_T'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_T'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_T',
      'denominator'
    );
Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.191. Dependent children aged 13-14 years female parent Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_LPENS'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_LPENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_LPENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.192. Dependent children aged 13-14 years female parent Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_EO'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_EO'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_EO',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks English only” percent of “Dependent children aged 13-14 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_EO',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.193. Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_O_E_T'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 13-14 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_O_E_T',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.194. Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_O_ENWNA'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.195. Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_O_PENS'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.196. Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_O_EVWW'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C13_14F_TM_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C13_14F_TM_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 13-14 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.197. Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.198. Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.199. Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.200. Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.201. Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.202. Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.203. Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_LPENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_LPENS_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.204. Dependent children aged 15-17 years female parent Speaks English only male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_EO_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_EO_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_EO_M_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_EO_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.205. Dependent children aged 15-17 years female parent Speaks English only male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_EO_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_EO_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_EO_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_EO_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.206. Dependent children aged 15-17 years female parent Speaks English only male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C15_17F_EO_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C15_17F_EO_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C15_17F_EO_M_EO',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C15_17F_EO_M_EO',
      'denominator'
    );
Denominator:Dependent children aged 15-17 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.207. Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_EO_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_EO_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_EO_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_EO_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.208. Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C15_17F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C15_17F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C15_17F_EO_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C15_17F_EO_M_O_ENWNA',
      'denominator'
    );
Denominator:Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.209. Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C15_17F_EO_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C15_17F_EO_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C15_17F_EO_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C15_17F_EO_M_O_PENS',
      'denominator'
    );
Denominator:Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.210. Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C15_17F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C15_17F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12A_C15_17F_EO_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12A_C15_17F_EO_M_O_EVWW',
      'denominator'
    );
Denominator:Dependent children aged 15-17 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.211. Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.212. Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.213. Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_EO',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.214. Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.215. Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.216. Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.217. Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_ENWNA_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.218. Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.219. Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.220. Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.221. Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.222. Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.223. Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.224. Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_PENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_PENS_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.225. Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.226. Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.227. Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_EO',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.228. Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.229. Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.230. Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.231. Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_E_Tot_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.232. Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.233. Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.234. Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_EO',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.235. Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.236. Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.237. Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.238. Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_O_EVWW_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_O_EVWW_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.239. Dependent children aged 15-17 years female parent Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_T'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.240. Dependent children aged 15-17 years female parent Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_LPENS'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.241. Dependent children aged 15-17 years female parent Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_EO'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_EO',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks English only” percent of “Dependent children aged 15-17 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.242. Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_O_E_T'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 15-17 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.243. Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.244. Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_O_PENS'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.245. Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C15_17F_Tot_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C15_17F_Tot_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 15-17 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.246. Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_T'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_T'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.247. Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.248. Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.249. Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.250. Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.251. Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.252. Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_LPENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_LPENS_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.253. Dependent children aged 18-20 years female parent Speaks English only male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.254. Dependent children aged 18-20 years female parent Speaks English only male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.255. Dependent children aged 18-20 years female parent Speaks English only male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_EO',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.256. Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.257. Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.258. Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.259. Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_EO_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_EO_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.260. Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.261. Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.262. Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_EO',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.263. Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.264. Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.265. Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.266. Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_ENWNA_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.267. Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.268. Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.269. Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.270. Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.271. Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.272. Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.273. Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_PENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_PENS_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.274. Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_Tot'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_Tot'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_Tot',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.275. Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.276. Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_EO',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.277. Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.278. Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.279. Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.280. Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_E_Tot_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.281. Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.282. Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.283. Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_EO',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.284. Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.285. Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.286. Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.287. Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_O_EVWW_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_O_EVWW_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.288. Dependent children aged 18-20 years female parent Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_T'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_T'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.289. Dependent children aged 18-20 years female parent Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_LPENS'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.290. Dependent children aged 18-20 years female parent Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_EO'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_EO',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks English only” percent of “Dependent children aged 18-20 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.291. Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_O_E_T'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 18-20 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.292. Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.293. Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_O_PENS'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.294. Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C18_20F_Tot_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C18_20F_Tot_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 18-20 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.295. Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.296. Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.297. Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.298. Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.299. Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.300. Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.301. Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_LPENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_LPENS_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Language and proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.302. Dependent children aged 21-24 years female parent Speaks English only male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.303. Dependent children aged 21-24 years female parent Speaks English only male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.304. Dependent children aged 21-24 years female parent Speaks English only male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_EO',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.305. Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.306. Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.307. Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.308. Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_EO_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_EO_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.309. Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.310. Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.311. Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_EO',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.312. Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.313. Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.314. Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.315. Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_ENWNA_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.316. Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.317. Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.318. Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_EO',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.319. Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.320. Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.321. Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.322. Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_PENS_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_PENS_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.323. Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.324. Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.325. Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_EO',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.326. Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.327. Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.328. Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.329. Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_E_Tot_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.330. Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.331. Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.332. Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_EO',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.333. Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.334. Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.335. Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.336. Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_O_EVWW_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_O_EVWW_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.337. Dependent children aged 21-24 years female parent Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_T'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.338. Dependent children aged 21-24 years female parent Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_LPENS'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_LPENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Language and proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.339. Dependent children aged 21-24 years female parent Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_EO'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_EO',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks English only” percent of “Dependent children aged 21-24 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.340. Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_O_E_T'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_O_E_T',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total” percent of “Dependent children aged 21-24 years female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.341. Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_O_ENWNA'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_O_ENWNA',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.342. Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_O_PENS'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_O_PENS',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.343. Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_O_EVWW'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_C21_24F_Tot_M_O_EVWW',
      'denominator'
    );

Measure “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_C21_24F_Tot_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Dependent children aged 21-24 years female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.344. Total dependent children female parent Speaks English only male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks English only male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_LPENS'
    );

Measure “Total dependent children female parent Speaks English only male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_LPENS'
    );

Measure “Total dependent children female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_LPENS',
      'denominator'
    );

Measure “Total dependent children female parent Speaks English only male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.345. Total dependent children female parent Speaks English only male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks English only male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_EO'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_EO'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks English only” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_EO',
      'denominator'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks English only” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.346. Total dependent children female parent Speaks English only male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_O_E_T'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_O_E_T'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Speaks English only male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_O_E_T',
      'denominator'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Speaks English only male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.347. Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_O_ENWNA'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_O_ENWNA'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_O_ENWNA',
      'denominator'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.348. Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_O_PENS'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_O_PENS'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_O_PENS',
      'denominator'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.2.349. Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_O_EVWW'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_O_EVWW'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_EO_M_O_EVWW',
      'denominator'
    );

Measure “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_EO_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks English only male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.3. Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_T',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total” percent of “Total dependent children female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.3.1. Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_LPENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_LPENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_LPENS',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.3.2. Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_EO'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_EO'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_EO',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks English only” percent of “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.3.3. Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_O_E_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_O_E_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_O_E_T',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.3.4. Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_O_ENWNA'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_O_ENWNA'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_O_ENWNA',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.3.5. Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_O_PENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_O_PENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_O_PENS',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.3.6. Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_O_EVWW'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_O_EVWW'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_ENWNA_M_O_EVWW',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_ENWNA_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Not well or not at all male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.4. Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_T',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” percent of “Total dependent children female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.4.1. Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_LPENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_LPENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_LPENS',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.4.2. Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_EO'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_EO'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_EO',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks English only” percent of “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.4.3. Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_O_E_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_O_E_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_O_E_T',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.4.4. Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_O_ENWNA'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_O_ENWNA'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_O_ENWNA',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.4.5. Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_O_PENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_O_PENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_O_PENS',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.4.6. Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_O_EVWW'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_O_EVWW'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_PENS_M_O_EVWW',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_PENS_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Proficiency in English not stated male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.5. Total dependent children female parent Speaks other language and speaks English Total male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_T',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Total” percent of “Total dependent children female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.5.1. Total dependent children female parent Speaks other language and speaks English Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_LPENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_LPENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_LPENS',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.5.2. Total dependent children female parent Speaks other language and speaks English Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_EO'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_EO'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Total dependent children female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_EO',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks English only” percent of “Total dependent children female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.5.3. Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_O_E_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_O_E_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Speaks other language and speaks English Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_O_E_T',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Speaks other language and speaks English Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.5.4. Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_O_ENWNA'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_O_ENWNA'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_O_ENWNA',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.5.5. Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_O_PENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_O_PENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_O_PENS',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.5.6. Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_O_EVWW'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_O_EVWW'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_E_Tot_M_O_EVWW',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_E_Tot_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.6. Total dependent children female parent Speaks other language and speaks English Very well or well male parent TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_T',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total” percent of “Total dependent children female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.6.1. Total dependent children female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_LPENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_LPENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_LPENS',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.6.2. Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_EO'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_EO'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_EO',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks English only” percent of “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.6.3. Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_O_E_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_O_E_T'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_O_E_T',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Very well or well male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.6.4. Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_O_ENWNA'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_O_ENWNA'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_O_ENWNA',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.6.5. Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_O_PENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_O_PENS'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_O_PENS',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.6.6. Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_O_EVWW'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_O_EVWW'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_O_EVWW_M_O_EVWW',
      'denominator'
    );

Measure “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_O_EVWW_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Speaks other language and speaks English Very well or well male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.7. Total dependent children female parent Total male parent Language and proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Total male parent Language and proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_LPENS'
    );

Measure “Total dependent children female parent Total male parent Language and proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_LPENS'
    );

Measure “Total dependent children female parent Total male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_LPENS',
      'denominator'
    );

Measure “Total dependent children female parent Total male parent Language and proficiency in English not stated” percent of “Total dependent children female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_LPENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.8. Total dependent children female parent Total male parent Speaks English onlyΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Total male parent Speaks English only” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_EO'
    );

Measure “Total dependent children female parent Total male parent Speaks English only” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_EO'
    );

Measure “Total dependent children female parent Total male parent Speaks English only” percent of “Total dependent children female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_EO',
      'denominator'
    );

Measure “Total dependent children female parent Total male parent Speaks English only” percent of “Total dependent children female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_EO',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.9. Total dependent children female parent Total male parent Speaks other language and speaks English TotalΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_O_E_T'
    );

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_O_E_T'
    );

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Total male parent Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_O_E_T',
      'denominator'
    );

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Total” percent of “Total dependent children female parent Total male parent Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_O_E_T',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Total male parent Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.9.1. Total dependent children female parent Total male parent Speaks other language and speaks English Not well or not at allΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Not well or not at all” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_O_ENWNA'
    );

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Not well or not at all” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_O_ENWNA'
    );

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_O_ENWNA',
      'denominator'
    );

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Not well or not at all” percent of “Total dependent children female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_O_ENWNA',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.9.2. Total dependent children female parent Total male parent Speaks other language and speaks English Proficiency in English not statedΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_O_PENS'
    );

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_O_PENS'
    );

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_O_PENS',
      'denominator'
    );

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Proficiency in English not stated” percent of “Total dependent children female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_O_PENS',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.8.9.9.3. Total dependent children female parent Total male parent Speaks other language and speaks English Very well or wellΒΆ

Proficiency in Spoken English/Language of Parents of Dependent Children

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Very well or well” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_O_EVWW'
    );

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Very well or well” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_O_EVWW'
    );

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Total male parent Speaks other language and speaks English Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B12B_TCF_Tot_M_O_EVWW',
      'denominator'
    );

Measure “Total dependent children female parent Total male parent Speaks other language and speaks English Very well or well” percent of “Total dependent children female parent Total male parent Speaks other language and speaks English Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B12B_TCF_Tot_M_O_EVWW',
      'denominator'
    );
Boundary Time (default is latest)

Remoteness Areas

2011

Urban Centres and Localities

2011

Significant Urban Areas

2011

Denominator:Total dependent children female parent Total male parent Speaks other language and speaks English Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence